16 lines
135 B
Plaintext
16 lines
135 B
Plaintext
# IDEA
|
|
.idea/
|
|
*.iml
|
|
|
|
# 编译输出
|
|
/out/
|
|
target/
|
|
build/
|
|
|
|
# 日志、临时文件
|
|
*.log
|
|
*.tmp
|
|
|
|
# 操作系统垃圾
|
|
.DS_Store
|
|
Thumbs.db |