.gitattributes 213 B

1234567
  1. # .gitattributes for 'Artificial-Intelligence-Nanodegree'.
  2. # Repository consists primarily of
  3. # iPython Notebooks, Python Scripts.
  4. * linguist-vendored
  5. *.py linguist-vendored=false
  6. *.ipynb linguist-vendored=false