You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# Maven构建产物
|
|
|
target/
|
|
|
|
|
|
# IDE相关文件
|
|
|
.idea/
|
|
|
.vscode/
|
|
|
|
|
|
# 数据库文件
|
|
|
*.db
|
|
|
|
|
|
# 系统文件
|
|
|
.DS_Store
|
|
|
Thumbs.db
|
|
|
|
|
|
# 日志文件
|
|
|
*.log
|
|
|
|
|
|
# 临时文件
|
|
|
*.tmp
|
|
|
*.temp
|
|
|
|
|
|
# 批处理文件
|
|
|
run.bat
|
|
|
|