astro/.prettierignore
2023-09-16 09:21:40 +01:00

24 lines
242 B
Text

# Benchmark artifacts
benchmark/projects/
benchmark/results/
# Deep Directories
**/dist
**/smoke
**/node_modules
**/fixtures
**/vendor
**/.vercel
# Directories
.github
.changeset
# Files
pnpm-lock.yaml
*.js
*.ts
*.mjs
*.cjs
*.json
*.jsonc