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 06b6dfd commit 764090dCopy full SHA for 764090d
.gitignore
@@ -14,9 +14,37 @@
14
# limitations under the License.
15
#
16
# use glob syntax.
17
-/.idea
18
-target
19
-.bsp
+syntax: glob
+*.ser
+*.class
20
+*~
21
+*.bak
22
+#*.off
23
+*.old
24
+# eclipse conf file
25
+.settings
26
+.classpath
27
+.project
28
+.manager
29
+.scala_dependencies
30
+.scalastyle
31
+
32
+# idea
33
.idea
34
*.iml
35
36
+# vs code
37
.vscode
38
39
+# building
40
+target
41
+build
42
+null
43
+tmp*
44
+temp*
45
+dist
46
+test-output
47
+build.log
48
+.bsp
49
+/.bloop/
50
+/.metals/
0 commit comments