Commit 913ff1c551044ac8ce3868f68215a6379496fdd1
1 parent
85e537ab
修改过滤文件
Showing
1 changed file
with
23 additions
and
1 deletions
.gitignore
| 1 | 1 | /target/ |
| 2 | +/logs/ | |
| 3 | +/.idea* | |
| 4 | + | |
| 5 | +.idea | |
| 2 | 6 | *.iml |
| 3 | -/.idea* | |
| 4 | 7 | \ No newline at end of file |
| 8 | +*.ipr | |
| 9 | +*.iws | |
| 10 | +/out | |
| 11 | + | |
| 12 | +# Eclipse Project files | |
| 13 | +.classpath | |
| 14 | +.project | |
| 15 | +.settings/ | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | +.DS_Store | |
| 20 | +Thumbs.db | |
| 21 | + | |
| 22 | +*.bak | |
| 23 | +*.tem | |
| 24 | +*.temp | |
| 25 | +#.swp | |
| 26 | +*.log | |
| 5 | 27 | \ No newline at end of file | ... | ... |