2016-06-21 02:01:22 +01:00
|
|
|
# Exports for git archive
|
2012-11-01 14:13:13 -04:00
|
|
|
/test export-ignore
|
2015-07-10 21:00:21 +01:00
|
|
|
.editorconfig export-ignore
|
2012-11-01 14:13:13 -04:00
|
|
|
.gitattributes export-ignore
|
|
|
|
.gitignore export-ignore
|
2017-01-31 05:46:25 +00:00
|
|
|
.eslintrc.json export-ignore
|
2015-01-15 21:21:33 +00:00
|
|
|
.jshintignore export-ignore
|
2017-03-05 02:49:13 +00:00
|
|
|
.jshintrc export-ignore
|
2015-01-15 21:21:33 +00:00
|
|
|
.travis.yml export-ignore
|
2017-03-05 02:49:13 +00:00
|
|
|
.appveyor.yml export-ignore
|
2015-07-10 21:00:21 +01:00
|
|
|
bower.json
|
2015-01-15 21:21:33 +00:00
|
|
|
Gruntfile.js export-ignore
|
2017-03-05 02:49:13 +00:00
|
|
|
performance.* export-ignore
|
2016-06-21 02:01:22 +01:00
|
|
|
|
|
|
|
# Line endings control
|
|
|
|
CHANGELOG.md text
|
|
|
|
CONTRIBUTING.md text
|
|
|
|
CREDITS.md text
|
|
|
|
license.txt text
|
|
|
|
|
|
|
|
# Force LF on js files
|
|
|
|
*.js text eol=lf
|
|
|
|
|
2016-06-21 02:03:51 +01:00
|
|
|
# Force binary mode on bin dir and dist fir
|
2016-06-21 02:01:22 +01:00
|
|
|
bin/* binary
|
2016-06-21 02:03:51 +01:00
|
|
|
dist/* binary
|