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
.DS_Store
**/.DS_Store
# Ignore git, but keep git HEAD and refs to access current commit hash if needed:
#
# $ cat .git/HEAD | awk '{print ".git/"$2}' | xargs cat
@@ -45,8 +48,13 @@ erl_crash.dump
/priv/static/cache_manifest.json
# Dev databases
/data/*.db*
/data
/docs
# Dev tooling and environment
/mise.toml
/mise.local.toml
/.claude/
/.github/