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
|
node_modules
|
||||||
/.env
|
/.env
|
||||||
|
/.git
|
||||||
/.vscode
|
/.vscode
|
||||||
/vendor
|
/vendor
|
||||||
/cache/latte/*
|
/cache/latte/*
|
||||||
|
|
Loading…
Reference in a new issue