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

3
.gitignore vendored
View File

@ -48,3 +48,6 @@ debug
# JS files # 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.emitSemicolon": false,
"tsimporter.doubleQuotes": true, "tsimporter.doubleQuotes": true,
"files.exclude": { "files.exclude": {