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 384cf4f commit 7a9dfc8Copy full SHA for 7a9dfc8
workspace/.gitignore
@@ -0,0 +1,28 @@
1
+# Editor files
2
+
3
+**/.vscode # vs code
4
+*.swp # vim
5
+*~ # emacs
6
7
+# Java / Scala
8
9
+**/*.class
10
+**/.bloop
11
+**/.metals
12
+**/metals.sbt
13
+**/.bsp
14
+**/.scalafmt.conf
15
+**/.ammonite
16
+**/.scala-build/
17
18
+# Eclipse
19
+**/*.cache-main
20
+**/.metadata
21
+**/.classpath
22
+**/.project
23
24
+# Sbt
25
+**/target
26
27
+# IntelliJ
28
+**/.idea
workspace/.vscode/settings.json
0 commit comments