Skip to content

Instantly share code, notes, and snippets.

@nelanka
Created November 25, 2014 03:46
Show Gist options
  • Save nelanka/16c2f1262aed11081516 to your computer and use it in GitHub Desktop.
Save nelanka/16c2f1262aed11081516 to your computer and use it in GitHub Desktop.
Git Ignore File
*.class
*.log
# mine
.idea
build
target
logs
.gradle
data
*.iml
# sbt specific
.cache/
.history/
.lib/
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
# Scala-IDE specific
.scala_dependencies
.worksheet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment