Docker ignore unnecessary files
This commit is contained in:
+9
-1
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user