astro/.prettierignore
2023-09-16 09:12:23 +01:00

23 lines
234 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