Skip to content

Instantly share code, notes, and snippets.

@frgomes
Last active May 1, 2016 04:23
Show Gist options
  • Select an option

  • Save frgomes/44b65286718462c723af to your computer and use it in GitHub Desktop.

Select an option

Save frgomes/44b65286718462c723af to your computer and use it in GitHub Desktop.
Git - ~/.gitignore
# Exclude folders
target
# Eclipse
.classpath/
.project/
.settings/
.externalToolBuilders/
*.launch
.target
# IntelliJ
.idea/
.idea_modules/
*.iml
*.ipr
*.iws
.lib/
# Netbeans
.classpath_nb/
nbproject/private/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
.nb-gradle/
# Ensime and Emacs
*~
.ensime
.ensime_cache/
.ensime_lucene/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment