Repository: struts-archetypes Updated Branches: refs/heads/master 049f0d41d -> e9bb8c1ea
Adds .gitignore Project: http://git-wip-us.apache.org/repos/asf/struts-archetypes/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-archetypes/commit/e9bb8c1e Tree: http://git-wip-us.apache.org/repos/asf/struts-archetypes/tree/e9bb8c1e Diff: http://git-wip-us.apache.org/repos/asf/struts-archetypes/diff/e9bb8c1e Branch: refs/heads/master Commit: e9bb8c1ea8c84c3c63750a1df4df00eba499ac2a Parents: 049f0d4 Author: Lukasz Lenart <lukasz.len...@gmail.com> Authored: Thu Nov 3 12:04:15 2016 +0100 Committer: Lukasz Lenart <lukasz.len...@gmail.com> Committed: Thu Nov 3 12:04:15 2016 +0100 ---------------------------------------------------------------------- .gitignore | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-archetypes/blob/e9bb8c1e/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 36ffb6e..3f189d9 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,6 @@ Servers/ # jenv .java-version + +# Maven +target \ No newline at end of file