]> source.dussan.org Git - gitignore.git/commitdiff
a more complete .gitignore for Grails 1.2 and 1.3 262/head
authorJohn J. Allison <jja@sinequanon.net>
Mon, 6 Feb 2012 19:47:44 +0000 (12:47 -0700)
committerJohn J. Allison <jja@sinequanon.net>
Mon, 6 Feb 2012 19:47:44 +0000 (12:47 -0700)
Grails.gitignore

index a9b997da50d7fecf8bf7e7a14b5fbd825fdca61c..96f72ec855b794933d219053cf0582cc798d592e 100644 (file)
@@ -1,10 +1,44 @@
-*.iws
+# .gitignore for Grails 1.2 and 1.3
+
+# web application files
+/web-app/WEB-INF
+
+# IDE support files
+/.classpath
+/.launch
+/.project
+/.settings
+/*.launch
+/*.tmproj
+/ivy*
+/eclipse
+
+# default HSQL database files for production mode
+/prodDb.*
+
+# general HSQL database files
 *Db.properties
 *Db.script
-.settings
-eclipse
-stacktrace.log
-target
+
+# logs
+/stacktrace.log
+/test/reports
+/logs
+
+# project release file
+/*.war
+
+# plugin release file
+/*.zip
+
+# older plugin install locations
 /plugins
 /web-app/plugins
 /web-app/WEB-INF/classes
+
+# "temporary" build files
+/target
+
+# other
+*.iws
+