Ignore Jupyter Notebooks in git language detection

This commit is contained in:
abigailt 2021-04-28 16:34:02 +03:00
parent 8a547cdca1
commit aca4df18e4

2
.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
*.ipynb linguist-detectable=false
*.py linguist-detectable=true