mirror of
https://github.com/nimbusdotstorage/Nimbus
synced 2026-04-22 17:45:03 +02:00
33 lines
543 B
Plaintext
33 lines
543 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
|
|
|
|
# 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
|