2012-02-06 12:47:44 -07:00
|
|
|
# .gitignore for Grails 1.2 and 1.3
|
|
|
|
|
|
|
|
# web application files
|
2014-01-17 17:22:59 -02:00
|
|
|
/web-app/WEB-INF/classes
|
2012-02-06 12:47:44 -07:00
|
|
|
|
|
|
|
# default HSQL database files for production mode
|
|
|
|
/prodDb.*
|
|
|
|
|
|
|
|
# general HSQL database files
|
2010-11-09 21:46:25 +08:00
|
|
|
*Db.properties
|
|
|
|
*Db.script
|
2012-02-06 12:47:44 -07:00
|
|
|
|
|
|
|
# logs
|
|
|
|
/stacktrace.log
|
|
|
|
/test/reports
|
|
|
|
/logs
|
|
|
|
|
|
|
|
# project release file
|
|
|
|
/*.war
|
|
|
|
|
2013-11-21 19:55:11 -05:00
|
|
|
# plugin release files
|
2012-02-06 12:47:44 -07:00
|
|
|
/*.zip
|
2013-11-21 19:55:11 -05:00
|
|
|
/plugin.xml
|
2012-02-06 12:47:44 -07:00
|
|
|
|
|
|
|
# older plugin install locations
|
2010-11-09 21:46:25 +08:00
|
|
|
/plugins
|
|
|
|
/web-app/plugins
|
2012-02-06 12:47:44 -07:00
|
|
|
|
|
|
|
# "temporary" build files
|
|
|
|
/target
|