diff --git a/.gitattributes b/.gitattributes index a57ef7f..961ba6f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,6 @@ -# Prioritize Python over Jupyter Notebook +# Prioritize Python over Jupyter Notebook and R *.py linguist-language=Python *.ipynb linguist-language=Jupyter Notebook +*.R linguist-language=R +*.r linguist-language=R