From 99b4b939bdd2140aecf19ddb09a59b44e9cd117d Mon Sep 17 00:00:00 2001 From: AAGaming Date: Fri, 17 Jun 2022 18:43:53 -0400 Subject: Implement React-based plugin store (#81) Co-authored-by: TrainDoctor <11465594+TrainDoctor@users.noreply.github.com> Co-authored-by: WerWolv --- .gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index baa5d0bc..dd7cef80 100644 --- a/.gitignore +++ b/.gitignore @@ -154,5 +154,9 @@ cython_debug/ # static files are built backend/static -# pnpm lockfile -frontend/pnpm-lock.yaml +# ignore settings.json +# prevents leaking login details +.vscode/settings.json + +# plugins folder for local launches +plugins/* \ No newline at end of file -- cgit v1.2.3