Skip to content

Commit 493be5d

Browse files
committed
Clean up gitignore
1 parent 2053055 commit 493be5d

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

.gitignore

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,29 @@
1+
# General
2+
.DS_Store
3+
hs_err_*
4+
5+
# Java/Eclipse/IDEA
16
.settings
27
.classpath
38
.project
49
.factorypath
510
.gradle
6-
711
.idea
812
*.iml
9-
10-
lib-kotlin
1113
bin
1214
build
1315
target
1416
out
17+
18+
# Python
1519
__pycache__
16-
*.vsix
1720

21+
# Node.js
1822
node_modules
19-
.vscode-test
20-
21-
.DS_Store
2223

23-
hs_err_*
24+
# VSCode
25+
.vscode-test
26+
.vscode/*
27+
!.vscode/launch.json
28+
!.vscode/tasks.json
29+
*.vsix

0 commit comments

Comments
 (0)