You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
192 B
Plaintext

# 忽略 Maven/Gradle 构建产物
target/
build/
# 忽略 IDE 生成的配置文件(以 IntelliJ 为例)
.idea/
*.iml
*.iws
*.ipr
# 忽略系统自动生成的文件
.DS_Store
Thumbs.db