@@ -0,0 +1,12 @@
+# 忽略所有.class文件(Java编译文件)
+*.class
+
+# 忽略所有日志文件
+*.log
+# 忽略target目录(Maven构建目录)
+target/
+# 忽略IDE配置文件
+.idea/
+*.iml