We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151b0c2 commit b572cd6Copy full SHA for b572cd6
.gitignore
@@ -1,5 +1,37 @@
1
+.DS_Store
2
*.class
3
*.log
4
+*~
5
-# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
-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