Fix ignores, add new run configs and scopes.

main
Mari 2 years ago
parent 6aaf55f0c9
commit 931dc488cd
  1. 9
      .gitignore
  2. 7
      .idea/runConfigurations/LoadJsonWebhooks_js.xml
  3. 7
      .idea/runConfigurations/app_js.xml
  4. 12
      .idea/runConfigurations/clean.xml
  5. 12
      .idea/runConfigurations/fullRebuild.xml
  6. 3
      .idea/scopes/prisma.xml
  7. 5
      .idea/vore-gacha.iml

9
.gitignore vendored

@ -1,9 +1,4 @@
/build/**/*.js
/build/**/*
!/build/prisma
!/build/prisma/package.json
/build/
/node_modules/
.env
/runtime/
/generated/prisma/*
!/generated/prisma/package.json
/runtime/

@ -0,0 +1,7 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="LoadJsonWebhooks.js" type="NodeJSConfigurationType" nameIsGenerated="true" path-to-js-file="build/tools/LoadJsonWebhooks.js" working-dir="$PROJECT_DIR$">
<method v="2">
<option name="RunConfigurationTask" enabled="true" run_configuration_name="build" run_configuration_type="js.build_tools.npm" />
</method>
</configuration>
</component>

@ -0,0 +1,7 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="app.js" type="NodeJSConfigurationType" nameIsGenerated="true" path-to-js-file="build/app.js" working-dir="$PROJECT_DIR$">
<method v="2">
<option name="RunConfigurationTask" enabled="true" run_configuration_name="build" run_configuration_type="js.build_tools.npm" />
</method>
</configuration>
</component>

@ -0,0 +1,12 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="clean" type="js.build_tools.npm" nameIsGenerated="true">
<package-json value="$PROJECT_DIR$/package.json" />
<command value="run" />
<scripts>
<script value="clean" />
</scripts>
<node-interpreter value="project" />
<envs />
<method v="2" />
</configuration>
</component>

@ -0,0 +1,12 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="fullRebuild" type="js.build_tools.npm" nameIsGenerated="true">
<package-json value="$PROJECT_DIR$/package.json" />
<command value="run" />
<scripts>
<script value="fullRebuild" />
</scripts>
<node-interpreter value="project" />
<envs />
<method v="2" />
</configuration>
</component>

@ -0,0 +1,3 @@
<component name="DependencyValidationManager">
<scope name="prisma" pattern="file[vore-gacha]:prisma/*" />
</component>

@ -5,6 +5,11 @@
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" />
<excludeFolder url="file://$MODULE_DIR$/build" />
<excludeFolder url="file://$MODULE_DIR$/build/commands" />
<excludeFolder url="file://$MODULE_DIR$/build/queries" />
<excludeFolder url="file://$MODULE_DIR$/build/tools" />
<excludeFolder url="file://$MODULE_DIR$/runtime" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />

Loading…
Cancel
Save