git忽略
.gitignore @@ -13,3 +13,13 @@ # Ignore .idea files **/.idea/ #忽略所有.svn目录 .svn/ #忽略所有target目录 target/ #忽略所有.idea目录 .idea/ #忽略所有.iml文件 *.iml