Last active
March 3, 2016 19:03
-
-
Save ansrivas/4e72955d66adcd388822 to your computer and use it in GitHub Desktop.
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
# Scala-IDE specific | |
.scala_dependencies | |
.worksheet | |
# IntelliJ specific | |
.idea | |
/bin/ | |
*.class | |
*.log | |
*.out | |
# sbt specific | |
.cache | |
.history | |
.lib/ | |
dist/* | |
target/ | |
lib_managed/ | |
src_managed/ | |
project/boot/ | |
project/plugins/project/ | |
# Scala-IDE specific | |
.scala_dependencies | |
.worksheet | |
# Eclipse | |
.project | |
.pydevproject | |
.pyc | |
bin/ | |
tmp/ | |
.target | |
.factorypath | |
.classpath | |
.settings/ | |
*.tmp | |
*.bak | |
*.swp | |
*~.nib | |
.loadpath | |
.cache-main | |
# IntelliJ specific | |
.idea | |
/bin/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment