Browse Source

Add gitignore file for grails project

Lari Hotari 11 years ago
parent
commit
f8011141b9
1 changed files with 17 additions and 0 deletions
  1. 17 0
      grails/hello/.gitignore

+ 17 - 0
grails/hello/.gitignore

@@ -0,0 +1,17 @@
+*.iws
+*Db.properties
+*Db.script
+.settings
+stacktrace.log
+/*.zip
+/plugin.xml
+/*.log
+/*DB.*
+/cobertura.ser
+.DS_Store
+/target/
+/out/
+/web-app/plugins
+/web-app/WEB-INF/classes
+/.link_to_grails_plugins/
+/target-eclipse/