showdown/.gitattributes

27 lines
538 B
Plaintext
Raw Permalink Normal View History

# Exports for git archive
2012-11-02 02:13:13 +08:00
/test export-ignore
.editorconfig export-ignore
2012-11-02 02:13:13 +08:00
.gitattributes export-ignore
.gitignore export-ignore
.eslintrc.json export-ignore
2015-01-16 05:21:33 +08:00
.jshintignore export-ignore
.jshintrc export-ignore
2015-01-16 05:21:33 +08:00
.travis.yml export-ignore
.appveyor.yml export-ignore
bower.json
2015-01-16 05:21:33 +08:00
Gruntfile.js export-ignore
performance.* export-ignore
# Line endings control
CHANGELOG.md text
CONTRIBUTING.md text
CREDITS.md text
license.txt text
# Force LF on js files
*.js text eol=lf
# Force binary mode on bin dir and dist fir
bin/* binary
dist/* binary