Add .gitignore
This commit is contained in:
parent
37b9890763
commit
aca52ed202
|
@ -0,0 +1,20 @@
|
||||||
|
*~
|
||||||
|
*.class
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# IntelliJ
|
||||||
|
.idea
|
||||||
|
.idea_modules
|
||||||
|
|
||||||
|
# sbt specific
|
||||||
|
bin/.lib
|
||||||
|
dist/*
|
||||||
|
target/
|
||||||
|
lib_managed/
|
||||||
|
src_managed/
|
||||||
|
project/boot/
|
||||||
|
project/plugins/project/
|
||||||
|
|
||||||
|
# Scala-IDE specific
|
||||||
|
.scala_dependencies
|
||||||
|
|
Loading…
Reference in New Issue