Skip to content

Commit

Permalink
chore(idea): ignore .idea folder, keep run configs (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen authored Sep 2, 2023
1 parent 18f20e3 commit f7faa78
Show file tree
Hide file tree
Showing 25 changed files with 177 additions and 311 deletions.
20 changes: 1 addition & 19 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,4 @@ schema.graphql
go.work.sum

# JetBrains
.idea/**/csv-plugin.xml
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
.idea/**/contentModel.xml
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
.idea/**/gradle.xml
.idea/**/libraries
*.iws
out/
.idea/httpRequests
.idea/
5 changes: 0 additions & 5 deletions .idea/codeStyles/codeStyleConfig.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/externalDependencies.xml

This file was deleted.

32 changes: 0 additions & 32 deletions .idea/git_toolbox_prj.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/markdown.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/runConfigurations/docs_dev.xml

This file was deleted.

33 changes: 0 additions & 33 deletions .idea/runConfigurations/test_all.xml

This file was deleted.

35 changes: 0 additions & 35 deletions .idea/runConfigurations/test_all__gen.xml

This file was deleted.

34 changes: 0 additions & 34 deletions .idea/runConfigurations/test_e2e.xml

This file was deleted.

36 changes: 0 additions & 36 deletions .idea/runConfigurations/test_e2e__gen_e2e.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/runConfigurations/test_env_setup.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/runConfigurations/test_env_teardown.xml

This file was deleted.

23 changes: 0 additions & 23 deletions .idea/saveactions_settings.xml

This file was deleted.

16 changes: 0 additions & 16 deletions .idea/vcs.xml

This file was deleted.

12 changes: 12 additions & 0 deletions .run/docs dev.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="docs dev" type="js.build_tools.npm">
<package-json value="$PROJECT_DIR$/docs/package.json"/>
<command value="run"/>
<scripts>
<script value="dev"/>
</scripts>
<node-interpreter value="project"/>
<envs/>
<method v="2"/>
</configuration>
</component>
35 changes: 35 additions & 0 deletions .run/test all +gen.run.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="test all +gen" type="GoTestRunConfiguration" factoryName="Go Test">
<module name="prisma-client-go"/>
<working_directory value="$PROJECT_DIR$/"/>
<envs>
<env name="PRISMA_CLIENT_GO_LOG" value="info"/>
<env name="PHOTON_GO_LOG" value="info"/>
<env name="LOG_QUERIES" value="y"/>
<env name="DBm" value="mysql://root:pw@localhost:3306/testing"/>
<env name="DB" value="postgresql://postgres:pw@localhost:5432/testing"/>
<env name="PRISMA_CLIENT_GO_WRITE_DMMF_FILE" value="yes"/>
<env name="PRISMA_CLIENT_GO_TEST_DEV" value="true"/>
<env name="PRISMA_CLIENT_GO_TEST_MIGRATE_LOGS" value="true"/>
</envs>
<EXTENSION ID="net.ashald.envfile">
<option name="IS_ENABLED" value="false"/>
<option name="IS_SUBST" value="false"/>
<option name="IS_PATH_MACRO_SUPPORTED" value="false"/>
<option name="IS_IGNORE_MISSING_FILES" value="false"/>
<option name="IS_ENABLE_EXPERIMENTAL_INTEGRATIONS" value="false"/>
<ENTRIES>
<ENTRY IS_ENABLED="true" PARSER="runconfig"/>
</ENTRIES>
</EXTENSION>
<kind value="DIRECTORY"/>
<package value="github.com/prisma/photongo"/>
<directory value="$PROJECT_DIR$/"/>
<filePath value="$PROJECT_DIR$/"/>
<framework value="gotest"/>
<pattern value="./..."/>
<method v="2">
<option name="GoBeforeRunTask" command="generate ./..."/>
</method>
</configuration>
</component>
Loading

0 comments on commit f7faa78

Please sign in to comment.