Skip to content

Instantly share code, notes, and snippets.

@sirmes
Created January 30, 2014 18:22
Show Gist options
  • Select an option

  • Save sirmes/8715260 to your computer and use it in GitHub Desktop.

Select an option

Save sirmes/8715260 to your computer and use it in GitHub Desktop.
.gitignore
#Java/Scala
*.class
*.log
*.jar
# sbt specific
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
# Scala-IDE specific
.scala_dependencies
# Leiningen
/classes
/lib
/native
/checkouts
/target
.lein-deps-sum
.lein-failures
.lein-repl-history
.lein-cljsbuild-repl
/.lein-plugins
repl-port
# Temp Files
*.orig
*~
.*.swp
.*.swo
*.tmp
*.bak
data/*
# Editors (IntelliJ / Eclipse)
.idea/*
*/.classpath
*/.project
*/.settings
*.iml
*.ipr
*.iws
# OS X
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment