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:
parent
a65464dd67
commit
2506bece88
2 changed files with 4 additions and 0 deletions
2
git/conf.d/ignore
Normal file
2
git/conf.d/ignore
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
/.tmp
|
||||
**/.claude/settings.local.json
|
||||
|
|
@ -1,6 +1,8 @@
|
|||
[user]
|
||||
email = henrik.hautakoski@gmail.com
|
||||
name = Henrik Hautakoski
|
||||
[core]
|
||||
excludesFile = ~/.config/git/ignore
|
||||
[pull]
|
||||
rebase = true
|
||||
[init]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue