12 lines
120 B
TOML
12 lines
120 B
TOML
|
[push]
|
||
|
exclude = []
|
||
|
include = []
|
||
|
|
||
|
[pull]
|
||
|
exclude = ["*"]
|
||
|
include = []
|
||
|
|
||
|
[both]
|
||
|
exclude = [ ".remote.toml",]
|
||
|
include = []
|