This commit is contained in:
Jakub Kaniecki
2025-03-30 14:55:31 +02:00
parent 4df1d9f9a6
commit e5cf69f08f
3 changed files with 110 additions and 0 deletions

34
backend/.dockerignore Normal file
View File

@@ -0,0 +1,34 @@
# Dependencies
node_modules
npm-debug.log
yarn-debug.log
yarn-error.log
# Environment files
.env
.env.local
.env.*.local
# Version control
.git
.gitignore
# IDE and editor files
.idea
.vscode
*.swp
*.swo
.DS_Store
# Test files
coverage
.nyc_output
# Logs
logs
*.log
# Misc
README.md
.drone.yaml
k8s/