realize/.realize.yaml

43 lines
582 B
YAML
Raw Normal View History

2017-12-16 16:54:40 +00:00
settings:
2018-01-03 14:33:07 +00:00
recovery:
2018-01-14 08:37:13 +00:00
index: true
events: false
tools: false
2017-12-16 16:54:40 +00:00
legacy:
force: false
interval: 0s
server:
2018-01-03 14:33:07 +00:00
status: false
2017-12-16 16:54:40 +00:00
open: true
port: 3000
host: localhost
schema:
- name: realize
path: .
commands:
generate:
2018-01-14 08:37:13 +00:00
status: true
2017-12-16 16:54:40 +00:00
install:
status: true
2017-12-29 18:30:17 +00:00
vet:
status: true
2017-12-16 16:54:40 +00:00
test:
status: true
fmt:
status: true
watcher:
paths:
- /
extensions:
- go
- html
- css
- js
ignored_paths:
- .git
- .realize
2018-01-14 08:37:13 +00:00
- .idea
2017-12-16 16:54:40 +00:00
- vendor
- realize/assets
2018-01-14 08:37:13 +00:00
- realize/bindata.go