Files
yjearth/.gitignore
2025-09-08 17:01:50 +08:00

50 lines
784 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Maven 相关忽略
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
# IntelliJ IDEA 相关忽略
### IntelliJ IDEA ###
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
*.iws
*.iml
*.ipr
# Eclipse 相关忽略
### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
# NetBeans 相关忽略
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
# VS Code 相关忽略
### VS Code ###
.vscode/
# Mac OS 系统文件忽略
### Mac OS ###
.DS_Store
# 新增:忽略自定义的 sdk 文件夹和 upload 文件夹
# / 表示忽略整个文件夹及其内部所有内容)
sdk/
upload/
logs/