java/.gitignore

25 lines
239 B
Plaintext

# 编译输出目录
target/
# 依赖 JAR 包
wangpan-common/deps/
# IDE 配置文件
.idea/
*.iml
.vscode/
.settings/
.classpath
.project
# 日志文件
*.log
/opt/wangpan/logs/
# 系统文件
.DS_Store
Thumbs.db
# 环境配置
.env