Files
astro/.prettierignore

37 lines
406 B
Plaintext

# Benchmark artifacts
benchmark/projects/
benchmark/results/
# Deep Directories
**/dist
**/smoke
**/node_modules
**/fixtures
**/fixture
**/vendor
**/.vercel
**/.vscode-test
# 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
**/*.css
CHANGELOG.md