Add gitattributes info for RapydScript files

This commit is contained in:
Kovid Goyal 2020-10-20 11:35:34 +05:30
parent eed32b595e
commit cb88451596
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

3
.gitattributes vendored
View File

@ -1,5 +1,6 @@
# Tell git what files are txt # Tell git what files are txt
*.py text *.py text diff=python
*.pyj text diff=python
*.recipe text diff=python *.recipe text diff=python
*.coffee text *.coffee text
*.js text *.js text