chore: ignore files/folders in git and docker
This commit is contained in:
parent
670d06b7a8
commit
8dfe22682a
33
.dockerignore
Normal file
33
.dockerignore
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
.dockerignore
|
||||||
|
docker-compose.yml
|
||||||
|
docker-compose.*.yml
|
||||||
|
|
||||||
|
# Ignore git, but keep git HEAD and refs to access current commit hash if needed:
|
||||||
|
#
|
||||||
|
# $ cat .git/HEAD | awk '{print ".git/"$2}' | xargs cat
|
||||||
|
# d0b8727759e1e0e7aa3d41707d12376e373d5ecc
|
||||||
|
.git
|
||||||
|
!.git/HEAD
|
||||||
|
!.git/refs
|
||||||
|
|
||||||
|
# Common development/test artifacts
|
||||||
|
/cover/
|
||||||
|
/doc/
|
||||||
|
/test/
|
||||||
|
/tmp/
|
||||||
|
/.elixir_ls
|
||||||
|
/.elixir-tools/
|
||||||
|
|
||||||
|
# Mix artifacts
|
||||||
|
/_build/
|
||||||
|
/deps/
|
||||||
|
*.ez
|
||||||
|
|
||||||
|
# Generated on crash by the VM
|
||||||
|
erl_crash.dump
|
||||||
|
|
||||||
|
# Static artifacts - These should be fetched and built inside the Docker image
|
||||||
|
/assets/node_modules/
|
||||||
|
/priv/plts/
|
||||||
|
/priv/static/assets/
|
||||||
|
/priv/static/cache_manifest.json
|
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,4 +1,6 @@
|
|||||||
# paths
|
# paths
|
||||||
|
/.elixir_ls/
|
||||||
|
/.elixir-tools/
|
||||||
/_build/
|
/_build/
|
||||||
/cover/
|
/cover/
|
||||||
/report/
|
/report/
|
||||||
@ -13,5 +15,5 @@ erl_crash.dump
|
|||||||
*.ez
|
*.ez
|
||||||
wabanex-*.tar
|
wabanex-*.tar
|
||||||
docker-compose.*.yml
|
docker-compose.*.yml
|
||||||
priv/docker/pgcli/history
|
/priv/docker/pgcli/history
|
||||||
priv/docker/pgcli/log
|
/priv/docker/pgcli/log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user