chore: add .dockerignore files for API and web build contexts

This commit is contained in:
Martin Svrcina 2026-03-21 09:27:30 +01:00
parent 23232f45a4
commit 6da566d96b
2 changed files with 25 additions and 0 deletions

18
.dockerignore Normal file
View File

@ -0,0 +1,18 @@
# .NET build outputs
**/bin/
**/obj/
# Frontend (not needed for API build)
BudgetApp.Web/node_modules/
BudgetApp.Web/dist/
# Docs and editor files
docs/
.vs/
.vscode/
.idea/
*.user
# Git
.git/
.gitignore

View File

@ -0,0 +1,7 @@
node_modules/
dist/
dist-ssr/
coverage/
*.local
.eslintcache
*.tsbuildinfo