nix-community / nixago

Generate configuration files using Nix [maintainer=@jmgilman]
https://nix-community.github.io/nixago
MIT License
128 stars 7 forks source link

fix: ensure gitignore entries are relative to root #54

Closed blaggacao closed 1 year ago

blaggacao commented 1 year ago

problem:

treefmt.toml

can't be added: some/path/treefmt.toml

solution:

/treefmt.toml

qed

blaggacao commented 1 year ago

Tested & works as expected

jmgilman commented 1 year ago

LGTM. Thanks!