[nix] Globally gitignore .DS_Store

This commit is contained in:
Alyxia Sother 2023-09-25 13:47:48 +02:00
parent c00c5909c5
commit ba41b19544
No known key found for this signature in database
GPG Key ID: 01E16C4E775A37E4
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@
signByDefault = true;
};
ignores = [
".DS_Store"
];
delta = {
enable = true;
options = {