2016-06-21 09:01:22 +08:00
|
|
|
# Exports for git archive
|
2012-11-02 02:13:13 +08:00
|
|
|
/test export-ignore
|
2015-07-11 04:00:21 +08:00
|
|
|
.editorconfig export-ignore
|
2012-11-02 02:13:13 +08:00
|
|
|
.gitattributes export-ignore
|
|
|
|
.gitignore export-ignore
|
2017-01-31 13:46:25 +08:00
|
|
|
.eslintrc.json export-ignore
|
2015-01-16 05:21:33 +08:00
|
|
|
.jshintignore export-ignore
|
2017-03-05 10:49:13 +08:00
|
|
|
.jshintrc export-ignore
|
2015-01-16 05:21:33 +08:00
|
|
|
.travis.yml export-ignore
|
2017-03-05 10:49:13 +08:00
|
|
|
.appveyor.yml export-ignore
|
2015-07-11 04:00:21 +08:00
|
|
|
bower.json
|
2015-01-16 05:21:33 +08:00
|
|
|
Gruntfile.js export-ignore
|
2017-03-05 10:49:13 +08:00
|
|
|
performance.* export-ignore
|
2016-06-21 09:01:22 +08: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 09:03:51 +08:00
|
|
|
# Force binary mode on bin dir and dist fir
|
2016-06-21 09:01:22 +08:00
|
|
|
bin/* binary
|
2016-06-21 09:03:51 +08:00
|
|
|
dist/* binary
|