Add .nix to gitignore

This commit is contained in:
Thomas Avé 2026-04-11 23:08:11 +07:00
parent fdc5db376f
commit d5d95c2dfa
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@
};
ignores = [
"*.direnv/"
"*.nix/"
"uv.lock"
".dmypy.json"
];
};