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:
Garret Kelly 2021-06-20 18:37:29 -04:00
parent 310189ca84
commit d9228f1461
No known key found for this signature in database
GPG Key ID: B86FBF669000F6D3
2 changed files with 1 additions and 1 deletions

1
.dockerignore Symbolic link
View File

@ -0,0 +1 @@
.gitignore

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
.*
build/
release/develop
release/*/*.iso