mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
syncthing: Ignore binaries
This commit is contained in:
parent
8ce240c332
commit
8cdb87769c
1 changed files with 6 additions and 0 deletions
|
|
@ -46,4 +46,10 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
fonts.fontconfig.enable = true;
|
fonts.fontconfig.enable = true;
|
||||||
|
|
||||||
|
home.file."Projects/.stignore".text = ''
|
||||||
|
(?d)target/
|
||||||
|
(?d).direnv/
|
||||||
|
(?d)result
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue