From 95cbf89fe1e5c6b8888e886895103b15ecc5e022 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sun, 28 Nov 2021 02:05:54 +0200 Subject: [PATCH] Updated gitattributes --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitattributes b/.gitattributes index 1483ef423f..bde952a968 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,6 +9,11 @@ app/config/* linguist-detectable=false app/config/*/* linguist-detectable=false app/config/*/*/* linguist-detectable=false app/config/*/*/*/* linguist-detectable=false +app/views/* linguist-detectable=false +app/views/* linguist-detectable=false +app/views/*/* linguist-detectable=false +app/views/*/*/* linguist-detectable=false +app/views/*/*/*/* linguist-detectable=false ; app/controllers/* linguist-detectable=false ; app/controllers/* linguist-detectable=false ; app/controllers/*/* linguist-detectable=false