Algorithm/.gitignore
2025-03-08 10:33:08 +08:00

36 lines
387 B
Plaintext

# 忽略 IDE 相关文件
.idea/
*.iml
*.ipr
*.iws
# 忽略 Maven 构建输出
target/
**/target/
**/*.class
**/*.jar
**/*.war
**/*.ear
# 忽略 Gradle 构建输出
.gradle/
build/
out/
# 忽略日志文件
*.log
logs/
# 忽略系统文件
.DS_Store
Thumbs.db
# 忽略本地配置文件(如数据库配置)
*.properties
*.yml
*.yaml
# 忽略其他临时文件
*.tmp
*.bak
*.swp