From 5757302de6e3cab78be675c422dd20e21f3f61eb Mon Sep 17 00:00:00 2001 From: Tad Thorley Date: Tue, 30 Aug 2022 10:00:28 -0600 Subject: [PATCH] simple fix to allow site to be built --- .gitignore | 1 - plugin_data/plugins.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 plugin_data/plugins.json diff --git a/.gitignore b/.gitignore index fa51901..8b1a2e7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,3 @@ /.cache /.sass-cache /build -/plugin_data/plugins.json diff --git a/plugin_data/plugins.json b/plugin_data/plugins.json new file mode 100644 index 0000000..fe51488 --- /dev/null +++ b/plugin_data/plugins.json @@ -0,0 +1 @@ +[]