2012-02-06 20:47:44 +01:00
|
|
|
# .gitignore for Grails 1.2 and 1.3
|
|
|
|
|
|
|
|
# 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
|