git: Exclude file + some lfs config
This commit is contained in:
2
.config/git/ignore
Normal file
2
.config/git/ignore
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
.ackrc
|
||||||
|
.notags
|
||||||
@@ -7,6 +7,7 @@
|
|||||||
editor = vim
|
editor = vim
|
||||||
pager = diff-so-fancy | less --tabs=4 -RFX
|
pager = diff-so-fancy | less --tabs=4 -RFX
|
||||||
autocrlf = false
|
autocrlf = false
|
||||||
|
excludesfile = /home/rkmiec/.config/git/ignore
|
||||||
[help]
|
[help]
|
||||||
autocorrect = 1
|
autocorrect = 1
|
||||||
[color]
|
[color]
|
||||||
@@ -22,3 +23,8 @@
|
|||||||
tool = vimdiff
|
tool = vimdiff
|
||||||
[merge]
|
[merge]
|
||||||
tool = vimdiff
|
tool = vimdiff
|
||||||
|
[filter "lfs"]
|
||||||
|
clean = git-lfs clean -- %f
|
||||||
|
smudge = git-lfs smudge -- %f
|
||||||
|
process = git-lfs filter-process
|
||||||
|
required = true
|
||||||
|
|||||||
Reference in New Issue
Block a user