example config

This commit is contained in:
asoseil 2017-12-16 17:54:40 +01:00
parent 141a892a97
commit 668ad233f3
1 changed files with 34 additions and 0 deletions

34
.realize.yaml Executable file
View File

@ -0,0 +1,34 @@
settings:
legacy:
force: false
interval: 0s
server:
status: true
open: true
port: 3000
host: localhost
schema:
- name: realize
path: .
commands:
generate:
status: true
install:
status: true
test:
status: true
fmt:
status: true
watcher:
paths:
- /
extensions:
- go
- html
- css
- js
ignored_paths:
- .git
- .realize
- vendor
- realize/assets