chore(config): ignore config/git/local.d/*

Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
2025-02-27 15:39:19 +02:00
parent 7a008c3ae8
commit 89ae4003f9
2 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@@ -22,6 +22,8 @@ config/npm/npmrc
config/nvim/lazy-lock.json
config/nvim/spell/*
!config/nvim/spell/.gitkeep
config/git/local.d/*
!config/git/local.d/.gitkeep
config/zed/*
!config/zed/settings.json
config/zsh/.zcompdump

View File