Files
website/.prettierignore
2026-07-20 01:38:32 +08:00

34 lines
289 B
Plaintext

# Dependencies
node_modules/
bun.lock
# Build outputs
dist/
.astro/
.wrangler/
# Cache
.cache/
# Logs
*.log
# Environment files
.env
.env.*
# OS files
.DS_Store
Thumbs.db
# IDE files
.vscode/
.idea/
# Lock files
package-lock.json
yarn.lock
pnpm-lock.yaml
worker-configuration.d.ts