@@ -1,2 +1,9 @@
/out/
/web/WEB-INF/lib/
+# 忽略 Maven 构建目录
+target/
+# 忽略 Gradle 构建目录
+build/
+# 忽略 IDEA 配置文件
+.idea/
+*.iml