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