mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
a more complete .gitignore for Grails 1.2 and 1.3
This commit is contained in:
parent
85d179675a
commit
cbf52e39a4
@ -1,10 +1,44 @@
|
|||||||
*.iws
|
# .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.properties
|
||||||
*Db.script
|
*Db.script
|
||||||
.settings
|
|
||||||
eclipse
|
# logs
|
||||||
stacktrace.log
|
/stacktrace.log
|
||||||
target
|
/test/reports
|
||||||
|
/logs
|
||||||
|
|
||||||
|
# project release file
|
||||||
|
/*.war
|
||||||
|
|
||||||
|
# plugin release file
|
||||||
|
/*.zip
|
||||||
|
|
||||||
|
# older plugin install locations
|
||||||
/plugins
|
/plugins
|
||||||
/web-app/plugins
|
/web-app/plugins
|
||||||
/web-app/WEB-INF/classes
|
/web-app/WEB-INF/classes
|
||||||
|
|
||||||
|
# "temporary" build files
|
||||||
|
/target
|
||||||
|
|
||||||
|
# other
|
||||||
|
*.iws
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user