Added /custom.go to .gitignore

This commit is contained in:
Eduard Urbach 2017-06-22 09:32:02 +02:00
parent 360190586f
commit e5396a0772
2 changed files with 6 additions and 1 deletions

5
.gitignore vendored
View File

@ -47,4 +47,7 @@ debug
*.log
# JS files
*.js
*.js
# Personal startup settings for each contributor
/custom.go

View File

@ -1,4 +1,6 @@
{
"editor.detectIndentation": false,
"editor.insertSpaces": false,
"tsimporter.emitSemicolon": false,
"tsimporter.doubleQuotes": true,
"files.exclude": {