Skip to content

Instantly share code, notes, and snippets.

@Vinay50
Created July 28, 2013 06:11
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 Vinay50/6097605 to your computer and use it in GitHub Desktop.
Save Vinay50/6097605 to your computer and use it in GitHub Desktop.
Git Ignore
# .gitignore for Grails 1.2 and 1.3
# web application files
/web-app/WEB-INF
# IDE support files
/.classpath
/.launch
/.project
/.settings
/*.launch
/*.tmproj
/ivy*
/eclipse
# 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 file
/*.zip
# older plugin install locations
/plugins
/web-app/plugins
/web-app/WEB-INF/classes
# "temporary" build files
/target
# other
*.iws
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment