Skip to content

Commit 4485eae

Browse files
committed
.gitignore: add GoLand+VSCode files
1 parent 30eb7e4 commit 4485eae

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.gitignore

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,16 @@ itest/litd-itest
1313
itest/lnd-itest
1414
itest/itest.test
1515
itest/.logs
16-
itest/*.log
16+
itest/*.log
17+
18+
vendor
19+
*.idea
20+
*.run
21+
*.iml
22+
profile.cov
23+
profile.tmp
24+
25+
.DS_Store
26+
27+
.vscode
28+
*.code-workspace

0 commit comments

Comments
 (0)