ソースを参照

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