Files
Nimbus/.prettierignore

36 lines
577 B
Plaintext

# Dependency directories
**/node_modules/
**/.next/
**/dist/
**/build/
*package-lock.json
*bun.lock
# Standard ignore files (often include ignored files themselves)
.gitignore
.prettierignore
# Configuration files that might be automatically generated or have specific formatting
.env
.env.*
.env*disabled
# Cloudflare
cloudflare-env.d.ts
# Generated files
drizzle/
# Cache directories
.cache/
.vscode/ # VS Code specific settings/cache
# Log files
*.log
# If you have serverless function output directories (e.g., Vercel, Netlify)
**/.vercel/
# Changelog
CHANGELOG.md