JAMES-2587 update ignore only jar,lib,keystore in dockerfiles
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/8b755c9b Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/8b755c9b Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/8b755c9b Branch: refs/heads/master Commit: 8b755c9b98580752af78636d39bd8a8a62f162c6 Parents: d9978da Author: tran tien duc <[email protected]> Authored: Tue Nov 6 14:39:03 2018 +0700 Committer: Antoine Duprat <[email protected]> Committed: Fri Nov 9 08:50:43 2018 +0100 ---------------------------------------------------------------------- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/8b755c9b/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index fbd0e38..afa8114 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ target/ dependency-reduced-pom.xml -dockerfiles/run +dockerfiles/run/**/*.lib +dockerfiles/run/**/*.jar +dockerfiles/run/**/keystore .m2 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
