forked from xiangwang25/whale-town-end-v2
Initial WhaleTown V2 backend
This commit is contained in:
64
.gitignore
vendored
Normal file
64
.gitignore
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
# Dependencies and build output
|
||||
node_modules/
|
||||
dist/
|
||||
build/
|
||||
coverage/
|
||||
.nyc_output/
|
||||
*.tsbuildinfo
|
||||
**/*.spec.ts
|
||||
**/*test.base.ts
|
||||
**/*_example.ts
|
||||
test/
|
||||
jest.config.js
|
||||
test-setup.js
|
||||
|
||||
# Runtime configuration and credentials
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
!.env.production.example
|
||||
client/.env*
|
||||
!client/.env.example
|
||||
*.pem
|
||||
*.key
|
||||
*.p12
|
||||
*.pfx
|
||||
*credentials*
|
||||
*secrets*
|
||||
|
||||
# Runtime data
|
||||
logs/
|
||||
generated/
|
||||
redis-data/
|
||||
uploads/
|
||||
*.log
|
||||
*.log.gz
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
*.db
|
||||
*.dump
|
||||
*.bak
|
||||
|
||||
# Local configuration and tooling
|
||||
config/
|
||||
docs/
|
||||
.cache/
|
||||
.tmp/
|
||||
tmp/
|
||||
.venv/
|
||||
venv/
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.vscode/
|
||||
.idea/
|
||||
.kiro/
|
||||
.claude/
|
||||
scripts/skin_generation/references/backup/
|
||||
scripts/skin_generation/tests/
|
||||
|
||||
# Operating system and editor files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
Reference in New Issue
Block a user