pvv-nixos-config/.remoteignore.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
178 B
TOML
Raw Permalink Normal View History

2024-08-10 18:31:54 +02:00
# used by the `remote-exec` package
[push]
exclude = []
include = []
[pull]
exclude = ["*"]
[both]
exclude = [
".remote.toml",
".direnv",
"result*",
]
include = []