UNPKG

538 BPlain TextView Raw
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
11bower.json
12Gruntfile.js export-ignore
13performance.* export-ignore
14
15# Line endings control
16CHANGELOG.md text
17CONTRIBUTING.md text
18CREDITS.md text
19license.txt text
20
21# Force LF on js files
22*.js text eol=lf
23
24# Force binary mode on bin dir and dist fir
25bin/* binary
26dist/* binary