Last active
October 7, 2017 13:29
-
-
Save bmaupin/3a12c8998540af1d26f4dc07d3af70d4 to your computer and use it in GitHub Desktop.
Grails 2.x gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Eclipse files | |
| .classpath | |
| .project | |
| # H2 database files | |
| /*Db.* | |
| # IntelliJ files | |
| *.iws | |
| /out/ | |
| # Logs | |
| stacktrace.log | |
| /*.log | |
| # Older plugin install locations | |
| /web-app/plugins | |
| # OS files | |
| .DS_Store | |
| # Plugin release files | |
| /*.zip | |
| /plugin.xml | |
| # Temporary build files | |
| /target/ | |
| # Web application files | |
| /web-app/WEB-INF/classes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment