forked from public/airgap
Create .dockerignore, symlinked from .gitignore
This saves transferring build/ and release/ to the Docker context. These directories can be heavy. Remove the .* pattern from .gitignore to allow for the creation of .dockerignore.
This commit is contained in:
parent
310189ca84
commit
d9228f1461
|
@ -0,0 +1 @@
|
|||
.gitignore
|
|
@ -1,4 +1,3 @@
|
|||
.*
|
||||
build/
|
||||
release/develop
|
||||
release/*/*.iso
|
||||
|
|
Loading…
Reference in New Issue