Add additional ignore commands for git

This commit is contained in:
Daniel Lynn 2022-12-12 12:30:09 -06:00
parent a4f9d34e97
commit b10a7577ef
Signed by: daniel
GPG Key ID: 655C07B9B3DDC88B

View File

@ -22,6 +22,8 @@
cleanup = "!git branch --merged | rg -v \"(\\*|master|main|dev|develop)\" | xargs -r git branch -d"
history = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
ignore = update-index --assume-unchanged
unignore = update-index --no-assume-unchanged
ls-ignores = "!git ls-files -v | rg "^h" | cut -f2 -d' '"
[user]
email = {{email}}