Restore .gitignore file for Maven archetype projects

The Maven archetypes are still built with Maven and the corresponding
target folders should be ignored.

Change-Id: I4cc129b8a381c80e352bba41c6cd38bc6aa320b3
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin
2013-11-30 12:21:40 +01:00
parent 8ba03ff10b
commit fd499f8e3b
3 changed files with 12 additions and 0 deletions

4
gerrit-plugin-archetype/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
/target
/.classpath
/.project
/.settings

View File

@@ -0,0 +1,4 @@
/target
/.classpath
/.project
/.settings

4
gerrit-plugin-js-archetype/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
/target
/.classpath
/.project
/.settings