忽略部分文件夹。

master
vdpAdmin 2021-12-25 19:41:56 +08:00
parent d3c60c5b8a
commit f0dd06b188
6 changed files with 3 additions and 33 deletions

4
.gitignore vendored
View File

@ -2,4 +2,6 @@ node_modules
.DS_Store
dist
dist-ssr
*.local
*.local
/.idea/
/.vscode/

8
.idea/.gitignore vendored
View File

@ -1,8 +0,0 @@
# Default ignored files
/shelf/
/workspace.xml
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
# Editor-based HTTP Client requests
/httpRequests/

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>

View File

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

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
<mapping directory="$PROJECT_DIR$/tmp" vcs="Git" />
</component>
</project>

View File

@ -1,3 +0,0 @@
{
"recommendations": ["johnsoncodehk.volar"]
}