浏览代码

Added .gitattributes

Pranav 7 年之前
父节点
当前提交
807794ba94
共有 1 个文件被更改,包括 7 次插入0 次删除
  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