From 49bd0e47e0feb0f5ccaf4627c7ca1525ce53c7ac Mon Sep 17 00:00:00 2001
From: XhmikosR <xhmikosr@gmail.com>
Date: Tue, 26 Sep 2017 14:01:31 +0300
Subject: [PATCH] Update .gitattributes.

Add .txt and remove the non-existent .py files.
---
 .gitattributes | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitattributes b/.gitattributes
index 5788b12289..21b6fd140e 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -4,10 +4,10 @@
 *.js    text eol=lf
 *.json  text eol=lf
 *.md    text eol=lf
-*.py    text eol=lf
 *.rb    text eol=lf
 *.scss  text eol=lf
 *.svg   text eol=lf
+*.txt   text eol=lf
 *.yml   text eol=lf
 # Don't diff or textually merge source maps
 *.map   binary
-- 
GitLab