Skip to content

Instantly share code, notes, and snippets.

@TacoSteemers
Created May 26, 2013 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TacoSteemers/5653440 to your computer and use it in GitHub Desktop.
Save TacoSteemers/5653440 to your computer and use it in GitHub Desktop.
grails integrate-with --git
$ cd to/grails/application/directory/
$ grails integrate-with --git
| Created Git '.gitignore' file..
$ cat .gitignore
*.iws
*Db.properties
*Db.script
.settings
stacktrace.log
/*.zip
/plugin.xml
/*.log
/*DB.*
/cobertura.ser
.DS_Store
/target/
/out/
/web-app/plugins
/web-app/WEB-INF/classes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment