diff options
author | sherzod <sherzod.gapirov@mail.ru> | 2017-02-17 01:01:42 +0500 |
---|---|---|
committer | sherzod <sherzod.gapirov@mail.ru> | 2017-02-17 01:01:42 +0500 |
commit | 770f4f3769d8828c1f79d9370f9f235fb024baa3 (patch) | |
tree | d53ae83831e7739438ef4cad8c6597df43751765 | |
parent | dce5039def1e2c6cd58b1cc50cf385c8cecbc326 (diff) | |
download | gitignore-770f4f3769d8828c1f79d9370f9f235fb024baa3.tar.gz gitignore-770f4f3769d8828c1f79d9370f9f235fb024baa3.zip |
[Scala] remove external tools excludes.
Remove excludes for SBT, Eclipse and ENSIME. They'll be added to appropriate
Global/ gitignore files.
-rw-r--r-- | Scala.gitignore | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/Scala.gitignore b/Scala.gitignore index 006a7b24..9c07d4ae 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -1,23 +1,2 @@ *.class *.log - -# sbt specific -.cache -.history -.lib/ -dist/* -target/ -lib_managed/ -src_managed/ -project/boot/ -project/plugins/project/ - -# Scala-IDE specific -.ensime -.ensime_cache/ -.scala_dependencies -.worksheet - -# ENSIME specific -.ensime_cache/ -.ensime |