mirror of
https://github.com/pnx/dotfiles
synced 2026-08-15 16:38: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]
|
[user]
|
||||||
email = henrik.hautakoski@gmail.com
|
email = henrik.hautakoski@gmail.com
|
||||||
name = Henrik Hautakoski
|
name = Henrik Hautakoski
|
||||||
|
[core]
|
||||||
|
excludesFile = ~/.config/git/ignore
|
||||||
[pull]
|
[pull]
|
||||||
rebase = true
|
rebase = true
|
||||||
[init]
|
[init]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue