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/a25f3445b41fc8560ff5 to your computer and use it in GitHub Desktop.

Select an option

Save frgomes/a25f3445b41fc8560ff5 to your computer and use it in GitHub Desktop.
Mercurial - ~/.hgignore
syntax: glob
# General files and folders
tmp/
target/
target_sbt/
.cache/
.history
# Eclipse
tmp/
.settings/
.metadata
*.tmp
*.bak
*.swp
*~.nib
local.properties
.loadpath
.project
.externalToolBuilders/
*.launch
*.pydevproject
.cproject
.classpath
.factorypath
.buildpath
.target
.texlipse
.springBeans
# IntelliJ
.idea/
.idea_modules/
.lib/
out/
*.iml
*.ipr
*.iws
# Netbeans
nbproject/private/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml
.nb-gradle/
# Ensime and Emacs
*~
.ensime.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment