排除maven的测试文件内容、排除Idea的内容
@@ -1,4 +1,7 @@
*/target
*.iml
*/*.iml
-*/src/test
+*/src/test
+.idea/*
+.classpath
+.project