chore: add .dockerignore files for API and web build contexts
This commit is contained in:
parent
23232f45a4
commit
6da566d96b
18
.dockerignore
Normal file
18
.dockerignore
Normal 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
|
||||
7
BudgetApp.Web/.dockerignore
Normal file
7
BudgetApp.Web/.dockerignore
Normal file
@ -0,0 +1,7 @@
|
||||
node_modules/
|
||||
dist/
|
||||
dist-ssr/
|
||||
coverage/
|
||||
*.local
|
||||
.eslintcache
|
||||
*.tsbuildinfo
|
||||
Loading…
Reference in New Issue
Block a user