Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kelindar committed Oct 20, 2018
1 parent 56961b3 commit 209a327
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@

# Output of the go coverage tool, specifically when used with LiteIDE
*.out
vendor/
18 changes: 18 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
".gitignore": true,
"vendor/": true,
".vscode": true,
"build*": true,
"LICENSE": true,
"appveyor.yml": true,
"Dockerfile": true
},

"go.formatTool": "gofmt",
"go.formatFlags": [
"-s"
]
}

0 comments on commit 209a327

Please sign in to comment.