Skip to content

Instantly share code, notes, and snippets.

@pinei
Last active September 1, 2015 21:23
Show Gist options
  • Select an option

  • Save pinei/8e50d5748999ff3df200 to your computer and use it in GitHub Desktop.

Select an option

Save pinei/8e50d5748999ff3df200 to your computer and use it in GitHub Desktop.
Git ignore file for Grails / Java projects and IntelliJ IDEA
# Mac files
.DS_Store
*/.DS_Store
# Output
/target
/classes
/bin
/out
# Libs and docs
/lib
/docs
*.jar
*.class
# Settings
/.settings
/.idea
*.ipr
*.iws
*.iml
.classpath
.project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment