2012-02-06 20:47:44 +01:00
|
|
|
# .gitignore for Grails 1.2 and 1.3
|
2014-09-08 06:52:39 +02:00
|
|
|
# Although this should work for most versions of grails, it is
|
|
|
|
# suggested that you use the "grails integrate-with --git" command
|
|
|
|
# to generate your .gitignore file.
|
2012-02-06 20:47:44 +01:00
|
|
|
|
|
|
|
# web application files
|
2014-01-17 20:22:59 +01:00
|
|
|
/web-app/WEB-INF/classes
|
2012-02-06 20:47:44 +01:00
|
|
|
|
|
|
|
# default HSQL database files for production mode
|
|
|
|
/prodDb.*
|
|
|
|
|
|
|
|
# general HSQL database files
|
2010-11-09 14:46:25 +01:00
|
|
|
*Db.properties
|
|
|
|
*Db.script
|
2012-02-06 20:47:44 +01:00
|
|
|
|
|
|
|
# logs
|
|
|
|
/stacktrace.log
|
|
|
|
/test/reports
|
|
|
|
/logs
|
|
|
|
|
|
|
|
# project release file
|
|
|
|
/*.war
|
|
|
|
|
2013-11-22 01:55:11 +01:00
|
|
|
# plugin release files
|
2012-02-06 20:47:44 +01:00
|
|
|
/*.zip
|
2013-11-22 01:55:11 +01:00
|
|
|
/plugin.xml
|
2012-02-06 20:47:44 +01:00
|
|
|
|
|
|
|
# older plugin install locations
|
2010-11-09 14:46:25 +01:00
|
|
|
/plugins
|
|
|
|
/web-app/plugins
|
2012-02-06 20:47:44 +01:00
|
|
|
|
|
|
|
# "temporary" build files
|
|
|
|
/target
|