mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 09:25:54 +00:00
chore: add configuration for JetBrains IDEs (#30380)
This commit is contained in:
parent
131ebe9418
commit
8169613010
3
.gitignore
vendored
3
.gitignore
vendored
@ -44,6 +44,9 @@ coverage
|
|||||||
# Intellij idea
|
# Intellij idea
|
||||||
*.iml
|
*.iml
|
||||||
.idea
|
.idea
|
||||||
|
!.idea/nuxt.iml
|
||||||
|
!.idea/modules.xml
|
||||||
|
!.idea/inspectionProfiles/Project_Default.xml
|
||||||
|
|
||||||
# OSX
|
# OSX
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
6
.idea/inspectionProfiles/Project_Default.xml
Normal file
6
.idea/inspectionProfiles/Project_Default.xml
Normal 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
8
.idea/modules.xml
Normal 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
18
.idea/nuxt.iml
Normal 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>
|
Loading…
Reference in New Issue
Block a user