| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- # Compiled output
- /dist
- /tmp
- /out-tsc
- /bazel-out
- # Node (all levels)
- node_modules/
- npm-debug.log
- yarn-error.log
- # IDEs and editors
- .idea/
- .project
- .classpath
- .c9/
- *.launch
- .settings/
- *.sublime-workspace
- # Visual Studio Code
- .vscode/*
- !.vscode/settings.json
- !.vscode/tasks.json
- !.vscode/launch.json
- !.vscode/extensions.json
- .history/*
- # Miscellaneous
- /.angular/cache
- .sass-cache/
- /connect.lock
- /coverage
- /libpeerconnection.log
- testem.log
- /typings
- __screenshots__/
- # System files
- .DS_Store
- Thumbs.db
- # Environment & secrets
- !.env
- !.env.*
- !.env.example
- # Legacy / backup
- backend_Gyd8G/
- # Temp / local artifacts
- lami-base-v1/.venv/
- # Local docs (not for version control)
- backend/docs/P0-功能改造说明.md
- # Generated reports
- backend/scripts/group-report-*.html
- /qiwe-common
|