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.

23 lines
172 B

# Java编译输出
out/
*.class
# IDE文件
.idea/
*.iml
.vscode/
# 生成的输出文件
output/
*.jar
# 系统文件
.DS_Store
Thumbs.db
# 临时文件
*.tmp
*.log
# 用户特定文件
*.local