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.
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/e42a875f Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/e42a875f Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/e42a875f Branch: refs/heads/master Commit: e42a875f08096f8f130828ce133053457b5d8d4b Parents: 65c16ce Author: Carl Harris <[email protected]> Authored: Sat Oct 7 20:35:20 2017 -0400 Committer: Carl Harris <[email protected]> Committed: Sat Oct 7 20:35:20 2017 -0400 ---------------------------------------------------------------------- .dockerignore | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/e42a875f/.dockerignore ---------------------------------------------------------------------- diff --git a/.dockerignore b/.dockerignore index cea1802..629ad03 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,6 +1,5 @@ .git -**/.gitignore **/*~ **/target/
