瀏覽代碼

first

pull/3839/head
mispao 3 週之前
父節點
當前提交
091f2e84db
共有 6 個檔案被更改,包括 39 行新增0 行删除
  1. +3
    -0
      .idea/.gitignore
  2. +6
    -0
      .idea/inspectionProfiles/profiles_settings.xml
  3. +4
    -0
      .idea/misc.xml
  4. +8
    -0
      .idea/modules.xml
  5. +12
    -0
      .idea/public-apis.iml
  6. +6
    -0
      .idea/vcs.xml

+ 3
- 0
.idea/.gitignore 查看文件

@@ -0,0 +1,3 @@
# 默认忽略的文件
/shelf/
/workspace.xml

+ 6
- 0
.idea/inspectionProfiles/profiles_settings.xml 查看文件

@@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>

+ 4
- 0
.idea/misc.xml 查看文件

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.12" project-jdk-type="Python SDK" />
</project>

+ 8
- 0
.idea/modules.xml 查看文件

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

+ 12
- 0
.idea/public-apis.iml 查看文件

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="PyDocumentationSettings">
<option name="format" value="PLAIN" />
<option name="myDocStringFormat" value="Plain" />
</component>
</module>

+ 6
- 0
.idea/vcs.xml 查看文件

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

Loading…
取消
儲存