Newer
Older
gitbucket_jkp / .gitignore
@takezoe takezoe on 6 Jul 2013 222 bytes Ignore IDEA configuration files.
*.class
*.log

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

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

# IntelliJ specific
.idea/
.idea_modules/