-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.realize.yaml
57 lines (57 loc) · 893 Bytes
/
.realize.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
settings:
files:
outputs:
status: false
path: ""
name: .r.outputs.log
logs:
status: false
path: ""
name: .r.logs.log
errors:
status: false
path: ""
name: .r.errors.log
legacy:
force: true
interval: 100ms
# Un-comment to get a gui in web browser to see logs
# server:
# status: true
# open: true
# port: 5002
# host: localhost
schema:
- name: .
path: .
commands:
clean:
status: true
vet:
status: true
fmt:
status: true
test:
status: true
generate:
status: true
install:
status: true
build:
status: true
run:
status: true
watcher:
extensions:
- go
paths:
- /
scripts:
# - command: before
# type: before
# path: "n"
ignore:
paths:
- .git
- .realize
# - vendor