From d57cb6cb8cdf6c9bdc2e7b036d05c435d8d0f409 Mon Sep 17 00:00:00 2001 From: jiangxh <1217934998@qq.com> Date: Tue, 19 May 2026 12:01:13 +0800 Subject: [PATCH] =?UTF-8?q?eclipse=E6=96=87=E4=BB=B6=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 +++++ jeecg-boot/.gitignore | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index 0283a10..ef1d8c7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,11 @@ **/.idea *.iml rebel.xml +.project +.classpath +.settings/ +.factorypath +**/.settings/ ## backend **/target diff --git a/jeecg-boot/.gitignore b/jeecg-boot/.gitignore index b7838ca..ddfb170 100644 --- a/jeecg-boot/.gitignore +++ b/jeecg-boot/.gitignore @@ -2,6 +2,12 @@ **/.idea *.iml rebel.xml +# VS Code/Cursor Java 扩展(Eclipse JDT)导入 Maven 时自动生成,勿提交 +.project +.classpath +.settings/ +.factorypath +**/.settings/ ## backend **/target