16 lines
178 B
TOML
16 lines
178 B
TOML
|
# used by the `remote-exec` package
|
||
|
[push]
|
||
|
exclude = []
|
||
|
include = []
|
||
|
|
||
|
[pull]
|
||
|
exclude = ["*"]
|
||
|
|
||
|
[both]
|
||
|
exclude = [
|
||
|
".remote.toml",
|
||
|
".direnv",
|
||
|
"result*",
|
||
|
]
|
||
|
include = []
|