Commit f608d03d33a91d3930e515c6366d28c0031f3048
Merge branch 'master' of http://bj.gitlab.cnlive.com/zhouweipeng/cnlive_shenhe
Showing
1 changed file
with
25 additions
and
0 deletions
.gitignore
0 → 100644
| 1 | +/target/ | ||
| 2 | +!.mvn/wrapper/maven-wrapper.jar | ||
| 3 | + | ||
| 4 | +### STS ### | ||
| 5 | +.apt_generated | ||
| 6 | +.classpath | ||
| 7 | +.factorypath | ||
| 8 | +.project | ||
| 9 | +.settings | ||
| 10 | +.springBeans | ||
| 11 | +.sts4-cache | ||
| 12 | + | ||
| 13 | +### IntelliJ IDEA ### | ||
| 14 | +.idea | ||
| 15 | +*.iws | ||
| 16 | +*.iml | ||
| 17 | +*.ipr | ||
| 18 | + | ||
| 19 | +### NetBeans ### | ||
| 20 | +/nbproject/private/ | ||
| 21 | +/build/ | ||
| 22 | +/nbbuild/ | ||
| 23 | +/dist/ | ||
| 24 | +/nbdist/ | ||
| 25 | +/.nb-gradle/ | ||
| 0 | \ No newline at end of file | 26 | \ No newline at end of file |