Ignore fish variables changes
This commit is contained in:
@@ -8,3 +8,9 @@
|
||||
defaultBranch = master
|
||||
[include]
|
||||
path = ~/.gitconfig.local
|
||||
|
||||
|
||||
[filter "cleanFishVars"]
|
||||
clean = awk '!/SETUVAR _.*/{print}'
|
||||
[diff "fish_variables"]
|
||||
textconv = awk '!/SETUVAR _.*/{print}'
|
||||
Reference in New Issue
Block a user