Ver Fonte

Added .gitattributes

Pranav há 7 anos atrás
pai
commit
807794ba94
1 ficheiros alterados com 7 adições e 0 exclusões
  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