chore: add configuration for JetBrains IDEs (#30380)

This commit is contained in:
Matej Černý 2024-12-27 01:21:39 +01:00 committed by GitHub
parent 131ebe9418
commit 8169613010
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 35 additions and 0 deletions

3
.gitignore vendored
View File

@ -44,6 +44,9 @@ coverage
# Intellij idea
*.iml
.idea
!.idea/nuxt.iml
!.idea/modules.xml
!.idea/inspectionProfiles/Project_Default.xml
# OSX
.DS_Store

View File

@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
</profile>
</component>

8
.idea/modules.xml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/nuxt.iml" filepath="$PROJECT_DIR$/.idea/nuxt.iml" />
</modules>
</component>
</project>

18
.idea/nuxt.iml Normal file
View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/packages/nuxt/dist" />
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" />
<excludeFolder url="file://$MODULE_DIR$/packages/schema/schema" />
<excludeFolder url="file://$MODULE_DIR$/playground/.output" />
<excludeFolder url="file://$MODULE_DIR$/test/fixtures/minimal/.nuxt-inline" />
<excludeFolder url="file://$MODULE_DIR$/test/fixtures/minimal/.output" />
<excludeFolder url="file://$MODULE_DIR$/test/fixtures/minimal/.output-inline" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>