blob: ffc587387d050659aab0e5820502c1d5809fb224 [file] [log] [blame]
Krishyab0cc1882025-06-09 10:54:09 +08001# 编译输出
2/target/
3/build/
4
5.idea/
6# IDE 配置
7.idea/
8*.iml
9
10# 日志文件
11*.log
12
13# 临时文件
14*.tmp
15*.swp
16
17# 系统文件
18.DS_Store
19Thumbs.db
20
21# Java class 文件
22*.class