Dockerization :)
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
# Dependencies
|
||||
**/node_modules
|
||||
**/.venv
|
||||
**/__pycache__
|
||||
|
||||
# Build outputs
|
||||
**/dist
|
||||
**/*.pyc
|
||||
|
||||
# Data (mounted as volume)
|
||||
data/
|
||||
|
||||
# Environment files (passed via docker-compose)
|
||||
.env
|
||||
**/.env
|
||||
**/.env.local
|
||||
|
||||
# Git
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# IDE
|
||||
.idea
|
||||
.vscode
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
|
||||
# Test files
|
||||
**/*.test.ts
|
||||
**/*.spec.ts
|
||||
**/test/
|
||||
**/tests/
|
||||
**/__tests__/
|
||||
|
||||
# Documentation
|
||||
*.md
|
||||
!README.md
|
||||
Reference in New Issue
Block a user