Slight git config reorganization
This commit is contained in:
parent
c33133f7c9
commit
8dd7fe61fc
|
@ -1,2 +1,3 @@
|
|||
gitignore
|
||||
profiles
|
||||
configs
|
||||
|
|
5
git/configs/lfs.gitconfig
Normal file
5
git/configs/lfs.gitconfig
Normal file
|
@ -0,0 +1,5 @@
|
|||
[filter "lfs"]
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
|
@ -1,11 +1,8 @@
|
|||
[include]
|
||||
path = ~/.dotfiles/git/profiles/common
|
||||
path = ~/.dotfiles/git/profiles/Dreaded_X
|
||||
path = ~/.dotfiles/git/configs/common.gitconfig
|
||||
path = ~/.dotfiles/git/configs/lfs.gitconfig
|
||||
|
||||
path = ~/.dotfiles/git/profiles/ALTEN.gitconfig
|
||||
|
||||
[includeIf "gitdir:~/Projects/ALTEN/"]
|
||||
path = ~/.dotfiles/git/profiles/ALTEN
|
||||
[filter "lfs"]
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
path = ~/.dotfiles/git/profiles/ALTEN.gitconfig
|
||||
|
|
Loading…
Reference in New Issue
Block a user