Skip to content

Commit 3bf436c

Browse files
committed
Update gitignore
1 parent 01d7d66 commit 3bf436c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.gitignore

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,15 @@
1212
# Output of the go coverage tool, specifically when used with LiteIDE
1313
*.out
1414

15+
# IDE
16+
.idea/
17+
*.iml
18+
.vscode
19+
1520
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
1621
.glide/
17-
.idea/
1822
vendor
23+
24+
# Executable
1925
build/docker/gitwebhookproxy
20-
.vscode
26+
GitWebhookProxy

0 commit comments

Comments
 (0)