astro/.prettierignore
2025-01-21 15:12:37 +00:00

31 lines
356 B
Text

# Benchmark artifacts
benchmark/projects/
benchmark/results/
# Deep Directories
**/dist
**/smoke
**/node_modules
**/fixtures
**/vendor
**/.vercel
# Short-term need to format
!packages/db/test/fixtures
# Directories
.github
.changeset
# Files
pnpm-lock.yaml
# Formatted by Biome
**/*.json
**/*.jsonc
**/*.js
**/*.ts
**/*.tsx
**/*.jsx
**/*.mjs
**/*.cjs