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
|
!kitty
|
||||||
!emacs
|
!emacs
|
||||||
!alacritty
|
!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]
|
[core]
|
||||||
pager = delta
|
pager = delta
|
||||||
ignorecase = false
|
ignorecase = false
|
||||||
|
excludesfile = ~/.config/git/ignore
|
||||||
|
|
||||||
[interactive]
|
[interactive]
|
||||||
diffFilter = delta --color-only --features=interactive
|
diffFilter = delta --color-only --features=interactive
|
||||||
@ -59,7 +60,7 @@
|
|||||||
|
|
||||||
; Per environemnt specific setup shit
|
; Per environemnt specific setup shit
|
||||||
[includeIf "gitdir:~/Git/SSFCU/"]
|
[includeIf "gitdir:~/Git/SSFCU/"]
|
||||||
path = ~/.dot_files/git-configs/.gitconfig-ssfcu
|
path = ~/.config/git/configs/gitconfig-ssfcu
|
||||||
|
|
||||||
[credential]
|
[credential]
|
||||||
helper = store
|
helper = store
|
||||||
@ -79,4 +80,4 @@
|
|||||||
[am]
|
[am]
|
||||||
threeWay = true
|
threeWay = true
|
||||||
[gpg "ssh"]
|
[gpg "ssh"]
|
||||||
allowedSignersFile = /home/sam/.config/git/allowed_signers
|
allowedSignersFile = ~/.config/git/allowed_signers
|
||||||
|
Loading…
Reference in New Issue
Block a user