feat(git): use global git ignore
This commit is contained in:
parent
196ade61ea
commit
cedcf23a49
1
dots/.config/.gitignore
vendored
1
dots/.config/.gitignore
vendored
@ -15,3 +15,4 @@
|
||||
!kitty
|
||||
!emacs
|
||||
!alacritty
|
||||
!git
|
||||
|
4
dots/.config/git/ignore
Normal file
4
dots/.config/git/ignore
Normal file
@ -0,0 +1,4 @@
|
||||
# vim: set ft=gitignore
|
||||
|
||||
# Ignore project specific configs for neovim
|
||||
.nvim.lua
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user