config updated with files indexing
This commit is contained in:
parent
28d22a026f
commit
a2545b6466
|
@ -1,7 +1,8 @@
|
||||||
settings:
|
settings:
|
||||||
recovery:
|
recovery:
|
||||||
events: true
|
index: true
|
||||||
tools: true
|
events: false
|
||||||
|
tools: false
|
||||||
legacy:
|
legacy:
|
||||||
force: false
|
force: false
|
||||||
interval: 0s
|
interval: 0s
|
||||||
|
@ -15,7 +16,7 @@ schema:
|
||||||
path: .
|
path: .
|
||||||
commands:
|
commands:
|
||||||
generate:
|
generate:
|
||||||
status: false
|
status: true
|
||||||
install:
|
install:
|
||||||
status: true
|
status: true
|
||||||
vet:
|
vet:
|
||||||
|
@ -35,5 +36,7 @@ schema:
|
||||||
ignored_paths:
|
ignored_paths:
|
||||||
- .git
|
- .git
|
||||||
- .realize
|
- .realize
|
||||||
|
- .idea
|
||||||
- vendor
|
- vendor
|
||||||
- realize/assets
|
- realize/assets
|
||||||
|
- realize/bindata.go
|
||||||
|
|
Loading…
Reference in New Issue