.gitattributes #1

  • //
  • guest/
  • jen_bottom/
  • ember/
  • tutorial/
  • testapp/
  • node_modules/
  • preserve/
  • .gitattributes
  • View
  • Commits
  • Open Download .zip Download (237 B)
# Enforce Unix newlines
*.*     text eol=lf
*.css   text eol=lf
*.html  text eol=lf
*.js    text eol=lf
*.json  text eol=lf
*.less  text eol=lf
*.md    text eol=lf
*.yml   text eol=lf

*.jpg binary
*.gif binary
*.png binary
*.jpeg binary
# Change User Description Committed
#1 23539 jenbottom Adding the basic code for ember test appk, created with 'ember new' command