From 3a9526447431cfa3354b9d53a58da54e52435c44 Mon Sep 17 00:00:00 2001 From: lelgenio Date: Sun, 6 Dec 2020 23:14:00 -0300 Subject: [PATCH] fix filter ignoring --- dotfiles/git/attributes | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dotfiles/git/attributes b/dotfiles/git/attributes index fbdc32f..72e7287 100644 --- a/dotfiles/git/attributes +++ b/dotfiles/git/attributes @@ -1,8 +1,10 @@ # {{@@ header() @@}} -*.yaml yaml=true -*.yml yaml=true {%@@ if tabs @@%} -* filter=tabspace +* filter=tabspace +*.yaml -filter +*.yml -filter +*.png -filter +*.jpg -filter {%@@ endif @@%}