1
0
mirror of https://github.com/github/gitignore synced 2024-12-04 17:35:43 +01:00
gitignore/Grails.gitignore
Lukáš Marek 58257f2e89 Added IntelliJ Idea working directory
And moved *.iws (which is also Idea file) to appropriate section.
2014-02-18 17:31:20 +01:00

44 lines
529 B
Plaintext

# .gitignore for Grails 1.2 and 1.3
# web application files
/web-app/WEB-INF/classes
# IDE support files
/.classpath
/.launch
/.project
/.settings
/*.launch
/*.tmproj
/ivy*
/eclipse
/.idea
*.iws
# 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
/plugin.xml
# older plugin install locations
/plugins
/web-app/plugins
# "temporary" build files
/target