Browse Source

Added .gitattributes

Pranav 7 years ago
parent
commit
807794ba94
1 changed files with 7 additions and 0 deletions
  1. 7 0
      .gitattributes

+ 7 - 0
.gitattributes

@@ -0,0 +1,7 @@
+# .gitattributes for 'Artificial-Intelligence-Nanodegree'.
+# Repository consists primarily of
+# iPython Notebooks, Python Scripts.
+
+* linguist-vendored
+*.py linguist-vendored=false
+*.ipynb linguist-vendored=false