dockerized
This commit is contained in:
43
backend/.dockerignore
Normal file
43
backend/.dockerignore
Normal file
@@ -0,0 +1,43 @@
|
||||
# Node modules
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.local
|
||||
|
||||
# Git
|
||||
.git/
|
||||
.gitignore
|
||||
|
||||
# Database (will be in volume)
|
||||
database/
|
||||
*.db
|
||||
*.db-journal
|
||||
|
||||
# Logs (will be in volume)
|
||||
logs/
|
||||
*.log
|
||||
|
||||
# Documentation
|
||||
*.md
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
|
||||
# Testing
|
||||
coverage/
|
||||
.nyc_output/
|
||||
|
||||
# Migrations (already applied)
|
||||
migrations/
|
||||
seeders/
|
||||
|
||||
# Temporary
|
||||
tmp/
|
||||
temp/
|
||||
|
||||
Reference in New Issue
Block a user