From b0915322449c62925b2433b81e4963590c3750f5 Mon Sep 17 00:00:00 2001 From: TAATA EARL Date: Fri, 27 May 2022 15:26:31 +0300 Subject: [PATCH] Added the gitattributes file to the app --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b90ba62 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +*.css linguist-detectable=false +*.java linguist-detectable=false +*.python linguist-detectable=true +*.js linguist-detectable=false +*.ejs linguist-detectable=true +*.html linguist-detectable=false +*.xml linguist-detectable=true \ No newline at end of file