From 931dc488cd4fcb760773434b50e3e6b2cd202749 Mon Sep 17 00:00:00 2001 From: Mari Date: Fri, 17 Dec 2021 22:06:47 -0500 Subject: [PATCH] Fix ignores, add new run configs and scopes. --- .gitignore | 9 ++------- .idea/runConfigurations/LoadJsonWebhooks_js.xml | 7 +++++++ .idea/runConfigurations/app_js.xml | 7 +++++++ .idea/runConfigurations/clean.xml | 12 ++++++++++++ .idea/runConfigurations/fullRebuild.xml | 12 ++++++++++++ .idea/scopes/prisma.xml | 3 +++ .idea/vore-gacha.iml | 5 +++++ 7 files changed, 48 insertions(+), 7 deletions(-) create mode 100644 .idea/runConfigurations/LoadJsonWebhooks_js.xml create mode 100644 .idea/runConfigurations/app_js.xml create mode 100644 .idea/runConfigurations/clean.xml create mode 100644 .idea/runConfigurations/fullRebuild.xml create mode 100644 .idea/scopes/prisma.xml diff --git a/.gitignore b/.gitignore index a7f2571..09a1f77 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,4 @@ -/build/**/*.js -/build/**/* -!/build/prisma -!/build/prisma/package.json +/build/ /node_modules/ .env -/runtime/ -/generated/prisma/* -!/generated/prisma/package.json \ No newline at end of file +/runtime/ \ No newline at end of file diff --git a/.idea/runConfigurations/LoadJsonWebhooks_js.xml b/.idea/runConfigurations/LoadJsonWebhooks_js.xml new file mode 100644 index 0000000..598820d --- /dev/null +++ b/.idea/runConfigurations/LoadJsonWebhooks_js.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/app_js.xml b/.idea/runConfigurations/app_js.xml new file mode 100644 index 0000000..2ed075e --- /dev/null +++ b/.idea/runConfigurations/app_js.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/clean.xml b/.idea/runConfigurations/clean.xml new file mode 100644 index 0000000..0d8c842 --- /dev/null +++ b/.idea/runConfigurations/clean.xml @@ -0,0 +1,12 @@ + + + + + +