GUACAMOLE-408: don't exclude .gitignore in .dockerignore

Because the .gitignore files are needed for configuring implicit
excludes for rat, .dockerignore must not exclude these files when
copying files into the image build context.
This commit is contained in:
Carl Harris
2017-10-07 20:35:20 -04:00
parent 65c16ce90e
commit e42a875f08

View File

@@ -1,6 +1,5 @@
.git .git
**/.gitignore
**/*~ **/*~
**/target/ **/target/