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 2053055 commit 493be5dCopy full SHA for 493be5d
.gitignore
@@ -1,23 +1,29 @@
1
+# General
2
+.DS_Store
3
+hs_err_*
4
+
5
+# Java/Eclipse/IDEA
6
.settings
7
.classpath
8
.project
9
.factorypath
10
.gradle
-
11
.idea
12
*.iml
-lib-kotlin
13
bin
14
build
15
target
16
out
17
18
+# Python
19
__pycache__
-*.vsix
20
21
+# Node.js
22
node_modules
-.vscode-test
-.DS_Store
23
-hs_err_*
24
+# VSCode
25
+.vscode-test
26
+.vscode/*
27
+!.vscode/launch.json
28
+!.vscode/tasks.json
29
+*.vsix
0 commit comments