| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- # compiled output
- /dist
- /node_modules
- action-plans/
- docs/*
- # Logs
- logs
- *.log
- npm-debug.log*
- pnpm-debug.log*
- yarn-debug.log*
- yarn-error.log*
- lerna-debug.log*
- # OS
- .DS_Store
- # Tests
- /coverage
- /.nyc_output
- # IDEs and editors
- /.idea
- .project
- .classpath
- .c9/
- *.launch
- .settings/
- *.sublime-workspace
- # IDE - VSCode
- .vscode/*
- !.vscode/settings.json
- !.vscode/tasks.json
- !.vscode/launch.json
- !.vscode/extensions.json
- # Environment variables
- # .env
- # .env.*
- # !.env.example
- # .env.local
- # .env.development.local
- # .env.test.local
- # .env.production.local
- # Prisma
- prisma/migrations/
- *.db
- *.db-journal
- # Temp files
- *.tmp
- *.temp
- .cache
- # 自定义
- sql/*
- !sql/init.sql
- src/tmp/*
- !src/tmp/routes.json
- # .env.app
- # .env.app.dev
- # .env.mgnt
- # .env.mgnt.dev
- # scripts/cleanup-docker.sh
- # scripts/smoke.sh
- # scripts/start-db.sh
- # scripts/stop-db.sh
- # docker/mongo/mongo-keyfile
- action-plans/20251222-ACT-01.md
- .codex-instructions.md
- timestamp-audit.json
- apps/box-app-api/src/feature/homepage/README.md
- libs/core/media-manager/CONTRACT.md
- libs/core/media-manager/CONTRACT.md
- scripts/*
- box-nestjs-monorepo-init.md
- box-nestjs-monorepo-init.md
|