Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.gitignore 849 Bytes
Copy Edit Raw Blame History
wanghaiqi authored 2023-10-19 10:44 . :zap:调整了以下部分:
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# maven ignore
target/
bin/
.sts4-cache/
*.versionsBackup
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
.mvn/wrapper/maven-wrapper.jar
# Eclipse m2e generated files
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath
# eclipse ignore
.settings/
.project
.classpath
.factorypath
# idea ignore
.idea/
*.ipr
*.iml
*.iws
# system ignore
.DS_Store
Thumbs.db
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化