mirror of
https://gitee.com/nutz/nutzboot.git
synced 2024-12-01 19:28:30 +08:00
update: 更新 gitignore 文件
This commit is contained in:
parent
d332db735e
commit
007bbeef83
6
.gitignore
vendored
6
.gitignore
vendored
@ -26,8 +26,6 @@ hs_err_pid*
|
|||||||
.project
|
.project
|
||||||
WebContent/WEB-INF/classes
|
WebContent/WEB-INF/classes
|
||||||
WebContent/META-INF/
|
WebContent/META-INF/
|
||||||
*.zip
|
|
||||||
/target/
|
|
||||||
dump.rdb
|
dump.rdb
|
||||||
WebContent/apidocs/
|
WebContent/apidocs/
|
||||||
.idea
|
.idea
|
||||||
@ -36,10 +34,10 @@ ehcache.disk.store.dir
|
|||||||
build/
|
build/
|
||||||
.gradle/
|
.gradle/
|
||||||
local.properties
|
local.properties
|
||||||
*/target/**
|
**/target/
|
||||||
|
|
||||||
.gitignore
|
.gitignore
|
||||||
dependency-reduced-pom.xml
|
dependency-reduced-pom.xml
|
||||||
nutzboot-demo/nutzboot-demo-simple/nutzboot-demo-simple-urule/urule.repo
|
nutzboot-demo/nutzboot-demo-simple/nutzboot-demo-simple-urule/urule.repo
|
||||||
**/bin/**
|
**/bin/**
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
Loading…
Reference in New Issue
Block a user