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:
4
gerrit-plugin-archetype/.gitignore
vendored
Normal file
4
gerrit-plugin-archetype/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
/target
|
||||
/.classpath
|
||||
/.project
|
||||
/.settings
|
4
gerrit-plugin-gwt-archetype/.gitignore
vendored
Normal file
4
gerrit-plugin-gwt-archetype/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
/target
|
||||
/.classpath
|
||||
/.project
|
||||
/.settings
|
4
gerrit-plugin-js-archetype/.gitignore
vendored
Normal file
4
gerrit-plugin-js-archetype/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
/target
|
||||
/.classpath
|
||||
/.project
|
||||
/.settings
|
Reference in New Issue
Block a user