Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
.gitignore 260 Bytes
Copy Edit Raw Blame History
liug authored 2023-08-16 17:06 . 取消忽略.zip文件
# Compiled class file
*.class
# Eclipse
.project
.classpath
.settings/
# Intellij
*.ipr
*.iml
*.iws
.idea/
# Maven
target/
# Gradle
build
.gradle
# Log file
*.log
log/
# out
**/out/
# Mac
.DS_Store
# others
*.jar
*.war
*.tar
*.tar.gz
*.pid
*.orig
temp/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化