From bb500ca3ad3ebcfbb881f8707ee15a21806dc1d1 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Thu, 16 May 2019 23:31:51 -0600 Subject: [PATCH] Fixed gitignore --- .gitignore | 6 +++++- .vscode/settings.json | 5 +++++ VisualStudioCode.gitignore | 5 ----- 3 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 .vscode/settings.json delete mode 100644 VisualStudioCode.gitignore diff --git a/.gitignore b/.gitignore index c6f9a44..3b1733d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ -.vscode/settings.json +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..1d360a7 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "cSpell.words": [ + "cowusda" + ] +} \ No newline at end of file diff --git a/VisualStudioCode.gitignore b/VisualStudioCode.gitignore deleted file mode 100644 index 0511e2b..0000000 --- a/VisualStudioCode.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json