Last active
May 1, 2016 04:23
-
-
Save frgomes/a25f3445b41fc8560ff5 to your computer and use it in GitHub Desktop.
Mercurial - ~/.hgignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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