mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
home/git: more precise glob for nix outlinks
This commit is contained in:
parent
dc5c0fed26
commit
336d9ec2ae
1 changed files with 2 additions and 1 deletions
|
|
@ -40,7 +40,8 @@
|
||||||
|
|
||||||
# nix
|
# nix
|
||||||
".direnv/"
|
".direnv/"
|
||||||
"**/result*" # building an attr of derivation will make multiple links
|
"**/result"
|
||||||
|
"**/result-*" # building an attr of derivation will make multiple links
|
||||||
|
|
||||||
# pre-commit
|
# pre-commit
|
||||||
".pre-commit-config.yaml"
|
".pre-commit-config.yaml"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue