From cb88451596fb58469f48c341dbda2d036e725d65 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 20 Oct 2020 11:35:34 +0530 Subject: [PATCH] Add gitattributes info for RapydScript files --- .gitattributes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 41c12d81df..9f2732947f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ # Tell git what files are txt -*.py text +*.py text diff=python +*.pyj text diff=python *.recipe text diff=python *.coffee text *.js text