18 lines
287 B
Plaintext
18 lines
287 B
Plaintext
# Build artefacts — copying them in poisons the container's restore/publish with host-built binaries.
|
|
**/bin/
|
|
**/obj/
|
|
**/logs/
|
|
**/.vs/
|
|
**/graphify-out/
|
|
|
|
# Never needed by the image
|
|
**/*.user
|
|
**/*.suo
|
|
Dockerfile
|
|
.dockerignore
|
|
docker-compose.yml
|
|
CLAUDE.md
|
|
AGENTS.md
|
|
README.md
|
|
LICENSE.md
|