mirror of
https://github.com/github/gitignore
synced 2024-11-01 01:28:44 +01:00
44 lines
534 B
Plaintext
44 lines
534 B
Plaintext
# .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
|
|
|
|
# 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
|