feat(git): use global git ignore

This commit is contained in:
Price Hiller 2023-05-18 02:27:20 -05:00
parent 196ade61ea
commit cedcf23a49
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8
4 changed files with 8 additions and 2 deletions

View File

@ -15,3 +15,4 @@
!kitty
!emacs
!alacritty
!git

4
dots/.config/git/ignore Normal file
View File

@ -0,0 +1,4 @@
# vim: set ft=gitignore
# Ignore project specific configs for neovim
.nvim.lua

View File

@ -9,6 +9,7 @@
[core]
pager = delta
ignorecase = false
excludesfile = ~/.config/git/ignore
[interactive]
diffFilter = delta --color-only --features=interactive
@ -59,7 +60,7 @@
; Per environemnt specific setup shit
[includeIf "gitdir:~/Git/SSFCU/"]
path = ~/.dot_files/git-configs/.gitconfig-ssfcu
path = ~/.config/git/configs/gitconfig-ssfcu
[credential]
helper = store
@ -79,4 +80,4 @@
[am]
threeWay = true
[gpg "ssh"]
allowedSignersFile = /home/sam/.config/git/allowed_signers
allowedSignersFile = ~/.config/git/allowed_signers