git: Exclude file + some lfs config

This commit is contained in:
Robert Kmiec
2019-10-22 10:29:09 +02:00
parent 7192ebdd87
commit 8437822093
2 changed files with 8 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
editor = vim
pager = diff-so-fancy | less --tabs=4 -RFX
autocrlf = false
excludesfile = /home/rkmiec/.config/git/ignore
[help]
autocorrect = 1
[color]
@@ -22,3 +23,8 @@
tool = vimdiff
[merge]
tool = vimdiff
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true