提交git文件

develop
付凡芮 2025-01-13 10:23:05 +08:00
parent 1c11a15a92
commit 9afcff8fcc
1 changed files with 15 additions and 38 deletions

53
.gitignore vendored
View File

@ -1,38 +1,15 @@
target/ # 默认忽略的文件
!.mvn/wrapper/maven-wrapper.jar /shelf/
!**/src/main/**/target/ /.idea/workspace.xml
!**/src/test/**/target/ # 基于编辑器的 HTTP 客户端请求
/httpRequests/
### IntelliJ IDEA ### # Datasource local storage ignored files
.idea/modules.xml /dataSources/
.idea/jarRepositories.xml /dataSources.local.xml
.idea/compiler.xml #IDE
.idea/libraries/ .idea/*
*.iws logs
*.iml target/*
*.ipr .gitignore
/src/main/resources/application.yml
### Eclipse ### /src/main/resources/application-de.yml
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/
### Mac OS ###
.DS_Store