11 lines
313 B
Docker
11 lines
313 B
Docker
# Dedicated ignore file for Dockerfile.local (BuildKit picks <dockerfile>.dockerignore).
|
|
# Unlike the repo .dockerignore, this one keeps appsettings*.json so the local
|
|
# image is self-contained (config is then overridden via env vars in compose).
|
|
**/bin
|
|
**/obj
|
|
**/.git
|
|
**/.vs
|
|
**/.vscode
|
|
**/node_modules
|
|
**/*.user
|