33 lines
310 B
Plaintext
33 lines
310 B
Plaintext
|
# macOS
|
||
|
.DS_Store
|
||
|
|
||
|
# sbt specific
|
||
|
dist/*
|
||
|
target/
|
||
|
lib_managed/
|
||
|
src_managed/
|
||
|
project/boot/
|
||
|
project/plugins/project/
|
||
|
project/local-plugins.sbt
|
||
|
.history
|
||
|
.ensime
|
||
|
.ensime_cache/
|
||
|
.sbt-scripted/
|
||
|
local.sbt
|
||
|
|
||
|
# Bloop
|
||
|
.bsp
|
||
|
|
||
|
# VS Code
|
||
|
.vscode/
|
||
|
|
||
|
# Metals
|
||
|
.bloop/
|
||
|
.metals/
|
||
|
metals.sbt
|
||
|
|
||
|
# IDEA
|
||
|
.idea
|
||
|
.idea_modules
|
||
|
/.worksheet/
|