1
0
mirror of https://github.com/github/gitignore synced 2024-12-12 05:06:25 +01:00
gitignore/Grails.gitignore
Luca Orlandi cc0d57e9e3 Merged
2014-02-27 17:26:37 +01:00

36 lines
465 B
Plaintext

# .gitignore for Grails 1.2, 1.3 and 2.x
# web application files
/web-app/WEB-INF/classes
# default HSQL database files for production mode
/prodDb.*
# general HSQL database files
*Db.properties
*Db.script
# logs
/stacktrace.log
/test/reports
/logs
# project release file
/*.war
# plugin release files
/*.zip
/*.zip.sha1
/plugin.xml
# older plugin install locations
/plugins
/web-app/plugins
# "temporary" build files
/target
/target-eclipse
# other
*.iws