.gitattributes 538 B

1234567891011121314151617181920212223242526
  1. # Exports for git archive
  2. /test export-ignore
  3. .editorconfig export-ignore
  4. .gitattributes export-ignore
  5. .gitignore export-ignore
  6. .eslintrc.json export-ignore
  7. .jshintignore export-ignore
  8. .jshintrc export-ignore
  9. .travis.yml export-ignore
  10. .appveyor.yml export-ignore
  11. bower.json
  12. Gruntfile.js export-ignore
  13. performance.* export-ignore
  14. # Line endings control
  15. CHANGELOG.md text
  16. CONTRIBUTING.md text
  17. CREDITS.md text
  18. license.txt text
  19. # Force LF on js files
  20. *.js text eol=lf
  21. # Force binary mode on bin dir and dist fir
  22. bin/* binary
  23. dist/* binary