From 9f99566413c7c0df2e9df58690181df338815a18 Mon Sep 17 00:00:00 2001 From: "Adam R. Grey" Date: Thu, 19 Aug 2021 09:45:17 -0400 Subject: [PATCH] more gitignore which should have been there this whole time --- .gitignore | 1 + Show.cs | 6 ------ scratch.json | 4 ---- 3 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 Show.cs delete mode 100644 scratch.json diff --git a/.gitignore b/.gitignore index 361703c..da8bb8d 100644 --- a/.gitignore +++ b/.gitignore @@ -447,3 +447,4 @@ $RECYCLE.BIN/ !.vscode/launch.json !.vscode/extensions.json appsettings.json +scratch.json diff --git a/Show.cs b/Show.cs deleted file mode 100644 index b66fbce..0000000 --- a/Show.cs +++ /dev/null @@ -1,6 +0,0 @@ -namespace director -{ - public class Show - { - } -} \ No newline at end of file diff --git a/scratch.json b/scratch.json deleted file mode 100644 index df30c15..0000000 --- a/scratch.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "agenda": [], - "Calendars": {} -} \ No newline at end of file