Skip to content

Instantly share code, notes, and snippets.

@bmaupin
Last active October 7, 2017 13:29
Show Gist options
  • Save bmaupin/3a12c8998540af1d26f4dc07d3af70d4 to your computer and use it in GitHub Desktop.
Save bmaupin/3a12c8998540af1d26f4dc07d3af70d4 to your computer and use it in GitHub Desktop.
Grails 2.x gitignore
# 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