1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-08-15 08:28:13 +02:00

git: add global gitignore file

This commit is contained in:
Henrik Hautakoski 2026-08-12 13:48:18 +02:00
parent a65464dd67
commit 2506bece88
2 changed files with 4 additions and 0 deletions

2
git/conf.d/ignore Normal file
View file

@ -0,0 +1,2 @@
/.tmp
**/.claude/settings.local.json

View file

@ -1,6 +1,8 @@
[user]
email = henrik.hautakoski@gmail.com
name = Henrik Hautakoski
[core]
excludesFile = ~/.config/git/ignore
[pull]
rebase = true
[init]