Add .gitignore file and remove ignored files from git

This commit is contained in:
任维炳
2025-04-18 13:49:03 +08:00
parent ad246855df
commit f7948b935f
20 changed files with 183 additions and 793 deletions

70
.idea/compiler.xml generated Normal file
View File

@@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<annotationProcessing>
<profile name="Annotation profile for exam" enabled="true">
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<processorPath useClasspath="false">
<entry name="$PROJECT_DIR$/../../Java/Maven_Repo/org/springframework/boot/spring-boot-configuration-processor/3.4.1/spring-boot-configuration-processor-3.4.1.jar" />
<entry name="$PROJECT_DIR$/../../Java/Maven_Repo/org/projectlombok/lombok/1.18.36/lombok-1.18.36.jar" />
<entry name="$PROJECT_DIR$/../../Java/Maven_Repo/org/mapstruct/mapstruct-processor/1.6.3/mapstruct-processor-1.6.3.jar" />
<entry name="$PROJECT_DIR$/../../Java/Maven_Repo/org/mapstruct/mapstruct/1.6.3/mapstruct-1.6.3.jar" />
</processorPath>
<module name="exam-server" />
<module name="exam-module-system-api" />
<module name="exam-spring-boot-starter-redis" />
<module name="exam-spring-boot-starter-security" />
<module name="exam-module-system-biz" />
<module name="exam-spring-boot-starter-job" />
<module name="exam-spring-boot-starter-biz-ip" />
<module name="exam-spring-boot-starter-monitor" />
<module name="exam-spring-boot-starter-mq" />
<module name="exam-spring-boot-starter-biz-tenant" />
<module name="exam-spring-boot-starter-protection" />
<module name="exam-spring-boot-starter-mybatis" />
<module name="exam-module-judgement-api" />
<module name="exam-spring-boot-starter-websocket" />
<module name="exam-module-infra-api" />
<module name="exam-common" />
<module name="exam-spring-boot-starter-test" />
<module name="exam-module-judgement-biz" />
<module name="exam-spring-boot-starter-excel" />
<module name="exam-spring-boot-starter-biz-data-permission" />
<module name="exam-module-exam-api" />
<module name="exam-module-infra-biz" />
<module name="exam-spring-boot-starter-web" />
<module name="exam-module-exam-biz" />
</profile>
</annotationProcessing>
</component>
<component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
<module name="exam-common" options="-parameters" />
<module name="exam-module-exam-api" options="-parameters" />
<module name="exam-module-exam-biz" options="-parameters" />
<module name="exam-module-infra-api" options="-parameters" />
<module name="exam-module-infra-biz" options="-parameters" />
<module name="exam-module-judgement-api" options="-parameters" />
<module name="exam-module-judgement-biz" options="-parameters" />
<module name="exam-module-system-api" options="-parameters" />
<module name="exam-module-system-biz" options="-parameters" />
<module name="exam-server" options="-parameters" />
<module name="exam-spring-boot-starter-biz-data-permission" options="-parameters" />
<module name="exam-spring-boot-starter-biz-ip" options="-parameters" />
<module name="exam-spring-boot-starter-biz-tenant" options="-parameters" />
<module name="exam-spring-boot-starter-excel" options="-parameters" />
<module name="exam-spring-boot-starter-job" options="-parameters" />
<module name="exam-spring-boot-starter-monitor" options="-parameters" />
<module name="exam-spring-boot-starter-mq" options="-parameters" />
<module name="exam-spring-boot-starter-mybatis" options="-parameters" />
<module name="exam-spring-boot-starter-protection" options="-parameters" />
<module name="exam-spring-boot-starter-redis" options="-parameters" />
<module name="exam-spring-boot-starter-security" options="-parameters" />
<module name="exam-spring-boot-starter-test" options="-parameters" />
<module name="exam-spring-boot-starter-web" options="-parameters" />
<module name="exam-spring-boot-starter-websocket" options="-parameters" />
</option>
</component>
</project>

65
.idea/encodings.xml generated Normal file
View File

@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding">
<file url="file://$PROJECT_DIR$/exam-framework/exam-common/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-common/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-biz-data-permission/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-biz-data-permission/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-biz-ip/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-biz-ip/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-biz-tenant/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-biz-tenant/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-excel/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-excel/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-job/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-job/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-monitor/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-monitor/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-mq/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-mq/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-mybatis/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-mybatis/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-protection/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-protection/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-redis/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-redis/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-security/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-security/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-test/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-test/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-web/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-web/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-websocket/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/exam-spring-boot-starter-websocket/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-framework/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-exam/exam-module-exam-api/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-exam/exam-module-exam-api/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-exam/exam-module-exam-biz/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-exam/exam-module-exam-biz/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-exam/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-exam/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-infra/exam-module-infra-api/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-infra/exam-module-infra-api/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-infra/exam-module-infra-biz/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-infra/exam-module-infra-biz/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-infra/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-infra/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-judgement/exam-module-judgement-api/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-judgement/exam-module-judgement-api/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-judgement/exam-module-judgement-biz/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-judgement/exam-module-judgement-biz/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-judgement/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-judgement/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-system/exam-module-system-api/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-system/exam-module-system-api/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-system/exam-module-system-biz/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-system/exam-module-system-biz/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-system/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-module-system/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-server/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/exam-server/src/main/resources" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/src/main/java" charset="UTF-8" />
<file url="file://$PROJECT_DIR$/src/main/resources" charset="UTF-8" />
</component>
</project>

40
.idea/jarRepositories.xml generated Normal file
View File

@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RemoteRepositoriesConfiguration">
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Central Repository" />
<option name="url" value="https://repo.maven.apache.org/maven2" />
</remote-repository>
<remote-repository>
<option name="id" value="aliyunmaven" />
<option name="name" value="aliyun" />
<option name="url" value="https://maven.aliyun.com/repository/public" />
</remote-repository>
<remote-repository>
<option name="id" value="spring-milestones" />
<option name="name" value="Spring Milestones" />
<option name="url" value="https://repo.spring.io/milestone" />
</remote-repository>
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Maven Central repository" />
<option name="url" value="https://repo1.maven.org/maven2" />
</remote-repository>
<remote-repository>
<option name="id" value="spring-snapshots" />
<option name="name" value="Spring Snapshots" />
<option name="url" value="https://repo.spring.io/snapshot" />
</remote-repository>
<remote-repository>
<option name="id" value="jboss.community" />
<option name="name" value="JBoss Community repository" />
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
</remote-repository>
<remote-repository>
<option name="id" value="huaweicloud" />
<option name="name" value="huawei" />
<option name="url" value="https://mirrors.huaweicloud.com/repository/maven/" />
</remote-repository>
</component>
</project>

8
.idea/misc.xml generated
View File

@@ -1,5 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="MavenProjectsManager">
<option name="originalFiles">
<list>
<option value="$PROJECT_DIR$/pom.xml" />
</list>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="17" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>

8
.idea/modules.xml generated
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$/.idea/pengchen-exam-java.iml" filepath="$PROJECT_DIR$/.idea/pengchen-exam-java.iml" />
</modules>
</component>
</project>