tcp/.gitignore

9 lines
103 B
Plaintext

#过滤target文件下生成的编译文件
target/
.project
.settings/
.classpath
*.MF
.idea
*.iml