Add Metals output to .gitignore (#29724)
This commit is contained in:
parent
49f721d84d
commit
73899ff16b
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -16,7 +16,7 @@
|
||||||
.#*
|
.#*
|
||||||
.*.swp
|
.*.swp
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.cache
|
.bloop/
|
||||||
.cache
|
.cache
|
||||||
.classpath
|
.classpath
|
||||||
.codefellow
|
.codefellow
|
||||||
|
|
@ -25,6 +25,7 @@
|
||||||
.history
|
.history
|
||||||
.idea
|
.idea
|
||||||
.manager
|
.manager
|
||||||
|
.metals/
|
||||||
.multi-jvm
|
.multi-jvm
|
||||||
.project
|
.project
|
||||||
.sbtserver
|
.sbtserver
|
||||||
|
|
@ -60,6 +61,7 @@ etags
|
||||||
lib_managed
|
lib_managed
|
||||||
logs
|
logs
|
||||||
manifest.mf
|
manifest.mf
|
||||||
|
metals.sbt
|
||||||
mongoDB/
|
mongoDB/
|
||||||
multiverse.log
|
multiverse.log
|
||||||
out
|
out
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue