Skip to content

Commit b808cf8

Browse files
committed
ignore claude
1 parent 4f41add commit b808cf8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/home-manager/base/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,10 @@ in
164164

165165
git = {
166166
enable = true;
167-
ignores = [ ".DS_Store" ];
167+
ignores = [
168+
".DS_Store"
169+
".claude/settings.local.json"
170+
];
168171
settings = {
169172
init.defaultBranch = "main";
170173

0 commit comments

Comments
 (0)