From 5b46c941c86478b07a3badd428adce68e2d4166a Mon Sep 17 00:00:00 2001 From: liding <756868258@qq.com> Date: 星期四, 02 四月 2026 14:29:58 +0800 Subject: [PATCH] first commit --- .idea/inspectionProfiles/Project_Default.xml | 6 ++++++ .idea/vcs.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/web-admin.iml | 8 ++++++++ .idea/.gitignore | 10 ++++++++++ 5 files changed, 38 insertions(+), 0 deletions(-) diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..b6b1ecf --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,10 @@ +# 榛樿蹇界暐鐨勬枃浠� +/shelf/ +/workspace.xml +# 宸插拷鐣ュ寘鍚煡璇㈡枃浠剁殑榛樿鏂囦欢澶� +/queries/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# 鍩轰簬缂栬緫鍣ㄧ殑 HTTP 瀹㈡埛绔姹� +/httpRequests/ diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..03d9549 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -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> \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..87b58c2 --- /dev/null +++ b/.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/web-admin.iml" filepath="$PROJECT_DIR$/.idea/web-admin.iml" /> + </modules> + </component> +</project> \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="VcsDirectoryMappings"> + <mapping directory="$PROJECT_DIR$" vcs="Git" /> + </component> +</project> \ No newline at end of file diff --git a/.idea/web-admin.iml b/.idea/web-admin.iml new file mode 100644 index 0000000..c956989 --- /dev/null +++ b/.idea/web-admin.iml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="WEB_MODULE" version="4"> + <component name="NewModuleRootManager"> + <content url="file://$MODULE_DIR$" /> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + </component> +</module> \ No newline at end of file -- Gitblit v1.9.3