1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

.vscode dir into .gitignore

This commit is contained in:
Chris Cummer 2019-04-19 09:14:09 -07:00
parent 643840e0da
commit b855b9bee2
2 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View File

@ -19,6 +19,7 @@ gcal/client_secret.json
gspreadsheets/client_secret.json gspreadsheets/client_secret.json
profile.pdf profile.pdf
report.* report.*
.vscode
# All things node # All things node
node_modules/ node_modules/

View File

@ -1,3 +0,0 @@
{
"workbench.colorCustomizations": {}
}