Add .git to dockerignore
Otherwise bad things end up in container.
This commit is contained in:
parent
3d5890d821
commit
288f87504c
|
@ -1,5 +1,6 @@
|
|||
node_modules
|
||||
/.env
|
||||
/.git
|
||||
/.vscode
|
||||
/vendor
|
||||
/cache/latte/*
|
||||
|
|
Loading…
Reference in a new issue