eclipse文件隐藏
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -2,6 +2,11 @@
|
|||||||
**/.idea
|
**/.idea
|
||||||
*.iml
|
*.iml
|
||||||
rebel.xml
|
rebel.xml
|
||||||
|
.project
|
||||||
|
.classpath
|
||||||
|
.settings/
|
||||||
|
.factorypath
|
||||||
|
**/.settings/
|
||||||
|
|
||||||
## backend
|
## backend
|
||||||
**/target
|
**/target
|
||||||
|
|||||||
6
jeecg-boot/.gitignore
vendored
6
jeecg-boot/.gitignore
vendored
@@ -2,6 +2,12 @@
|
|||||||
**/.idea
|
**/.idea
|
||||||
*.iml
|
*.iml
|
||||||
rebel.xml
|
rebel.xml
|
||||||
|
# VS Code/Cursor Java 扩展(Eclipse JDT)导入 Maven 时自动生成,勿提交
|
||||||
|
.project
|
||||||
|
.classpath
|
||||||
|
.settings/
|
||||||
|
.factorypath
|
||||||
|
**/.settings/
|
||||||
|
|
||||||
## backend
|
## backend
|
||||||
**/target
|
**/target
|
||||||
|
|||||||
Reference in New Issue
Block a user