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