Fixed gitignore

This commit is contained in:
Thomas A. Christensen II 2019-05-16 23:31:51 -06:00
parent 5343dceb1f
commit bb500ca3ad
3 changed files with 10 additions and 6 deletions

6
.gitignore vendored
View file

@ -1 +1,5 @@
.vscode/settings.json
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

5
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"cSpell.words": [
"cowusda"
]
}

View file

@ -1,5 +0,0 @@
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json