0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00
astro/.prettierignore
2025-03-04 14:40:42 +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