showdown/.gitattributes

25 lines
464 B
Plaintext
Raw 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
.jscs.json export-ignore
2015-01-16 05:21:33 +08:00
.jshintignore export-ignore
.jshintrc
2015-01-16 05:21:33 +08:00
.travis.yml export-ignore
bower.json
2015-01-16 05:21:33 +08:00
Gruntfile.js 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