1
0
mirror of https://github.com/github/gitignore synced 2024-12-04 17:35:43 +01:00

Updated Grails.gitignore for 2.*.

Added additional OS specific file ignores.
This commit is contained in:
TheConnMan 2014-09-04 18:49:13 -04:00
parent d8892d3664
commit 44d99aba7f

View File

@ -1,4 +1,4 @@
# .gitignore for Grails 1.2 and 1.3
# .gitignore for Grails 2.*
# web application files
/web-app/WEB-INF/classes
@ -14,6 +14,7 @@
/stacktrace.log
/test/reports
/logs
*.log
# project release file
/*.war
@ -28,3 +29,14 @@
# "temporary" build files
/target
# project specific settings
/.settings
/.classpath
/.project
# Windows thumbnail dbs
*Thumbs.db
# Mac folder files
*.DS_Store