Newer
Older
gitbucket_jkp / .gitignore
@takezoe takezoe on 3 Jan 2014 232 bytes Ignore .settings directory.
*.class
*.log

# sbt specific
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/

# Scala-IDE specific
.scala_dependencies
.classpath
.project
.cache
.settings

# IntelliJ specific
.idea/
.idea_modules/