Skip to content

Commit b572cd6

Browse files
committed
[DOP-18232] Update .gitignore
1 parent 151b0c2 commit b572cd6

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

.gitignore

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
1+
.DS_Store
12
*.class
23
*.log
4+
*~
35

4-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
5-
hs_err_pid*
6+
# sbt specific
7+
dist/*
8+
target/
9+
lib_managed/
10+
src_managed/
11+
project/boot/
12+
project/plugins/project/
13+
project/local-plugins.sbt
14+
.history
15+
.bsp
16+
.metals
17+
.bloop
18+
19+
# Scala-IDE specific
20+
.scala_dependencies
21+
.cache
22+
.classpath
23+
.project
24+
.settings
25+
classes/
26+
27+
# idea
28+
.idea
29+
.idea_modules
30+
/.worksheet/
31+
32+
# Dotty-IDE
33+
.dotty-ide-artifact
34+
.dotty-ide.json
35+
36+
# Visual Studio Code
37+
.vscode

0 commit comments

Comments
 (0)