ignored files causing deployment isues
This commit is contained in:
25
.dockerignore
Normal file
25
.dockerignore
Normal file
@@ -0,0 +1,25 @@
|
||||
# Build artifacts — must not be copied into the image.
|
||||
# Docker does NOT honor .gitignore, so these are listed explicitly.
|
||||
**/bin/
|
||||
**/obj/
|
||||
**/out/
|
||||
|
||||
# IDE / tooling
|
||||
**/.vs/
|
||||
**/.vscode/
|
||||
**/.idea/
|
||||
**/*.user
|
||||
|
||||
# Git / CI
|
||||
.git/
|
||||
.gitignore
|
||||
.github/
|
||||
|
||||
# Docker
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
docker-compose*.yml
|
||||
|
||||
# Misc
|
||||
**/node_modules/
|
||||
**/*.md
|
||||
Reference in New Issue
Block a user