Explorar el Código

Added .gitattributes

Pranav hace 7 años
padre
commit
807794ba94
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  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