Skip to content

Commit 209a327

Browse files
committed
gitignore
1 parent 56961b3 commit 209a327

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010

1111
# Output of the go coverage tool, specifically when used with LiteIDE
1212
*.out
13+
vendor/

.vscode/settings.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"files.exclude": {
3+
"**/.git": true,
4+
"**/.DS_Store": true,
5+
".gitignore": true,
6+
"vendor/": true,
7+
".vscode": true,
8+
"build*": true,
9+
"LICENSE": true,
10+
"appveyor.yml": true,
11+
"Dockerfile": true
12+
},
13+
14+
"go.formatTool": "gofmt",
15+
"go.formatFlags": [
16+
"-s"
17+
]
18+
}

0 commit comments

Comments
 (0)