Docker ignore unnecessary files

This commit is contained in:
Claudio Ortolina
2025-08-27 16:53:41 +03:00
parent 9732cdcd39
commit 77264b63ed
+9 -1
View File
@@ -16,6 +16,9 @@
.dockerignore .dockerignore
.DS_Store
**/.DS_Store
# Ignore git, but keep git HEAD and refs to access current commit hash if needed: # Ignore git, but keep git HEAD and refs to access current commit hash if needed:
# #
# $ cat .git/HEAD | awk '{print ".git/"$2}' | xargs cat # $ cat .git/HEAD | awk '{print ".git/"$2}' | xargs cat
@@ -45,8 +48,13 @@ erl_crash.dump
/priv/static/cache_manifest.json /priv/static/cache_manifest.json
# Dev databases # Dev databases
/data/*.db* /data
/docs
# Dev tooling and environment # Dev tooling and environment
/mise.toml /mise.toml
/mise.local.toml /mise.local.toml
/.claude/
/.github/