70 lines
No EOL
853 B
Text
70 lines
No EOL
853 B
Text
# Dependencies
|
|
**/node_modules
|
|
**/.pnp
|
|
**/.pnp.js
|
|
|
|
# Testing
|
|
**/coverage
|
|
**/.nyc_output
|
|
|
|
# Production builds
|
|
**/dist
|
|
**/build
|
|
**/.next
|
|
**/out
|
|
|
|
# Logs
|
|
**/*.log
|
|
**/npm-debug.log*
|
|
**/yarn-debug.log*
|
|
**/yarn-error.log*
|
|
**/lerna-debug.log*
|
|
**/.pnpm-debug.log*
|
|
|
|
# Environment files
|
|
**/.env
|
|
**/.env.local
|
|
**/.env.development.local
|
|
**/.env.test.local
|
|
**/.env.production.local
|
|
|
|
# IDE
|
|
**/.idea
|
|
**/.vscode
|
|
**/*.swp
|
|
**/*.swo
|
|
**/*~
|
|
**/.DS_Store
|
|
|
|
# Git
|
|
**/.git
|
|
**/.gitignore
|
|
|
|
# Docker
|
|
**/Dockerfile
|
|
**/docker-compose*.yml
|
|
**/.dockerignore
|
|
|
|
# Documentation
|
|
**/README.md
|
|
**/CHANGELOG.md
|
|
**/docs
|
|
|
|
# Misc
|
|
**/.eslintcache
|
|
**/.cache
|
|
**/tmp
|
|
**/.turbo
|
|
|
|
# Database
|
|
**/prisma/migrations/migration_lock.toml
|
|
**/*.db
|
|
**/*.db-journal
|
|
|
|
# Only for root level (not in apps/*)
|
|
/apps/stock
|
|
/apps/db-design
|
|
/apps/cline
|
|
/lib/!(service)
|
|
!/lib/service/core-config
|
|
!/lib/service/core-logger |