mirror of
https://github.com/facebook/docusaurus.git
synced 2024-11-25 16:46:13 +08:00
0c8e57de67
* refactor(pwa): migrate sw.js to TS * add gitattributes
45 lines
1.2 KiB
Plaintext
45 lines
1.2 KiB
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
* text eol=lf
|
|
|
|
# Don't do anything with binaries
|
|
*.png binary
|
|
*.jpg binary
|
|
*.svg binary
|
|
*.jpeg binary
|
|
*.gif binary
|
|
*.ico binary
|
|
*.mov binary
|
|
*.mp4 binary
|
|
*.mp3 binary
|
|
*.flv binary
|
|
*.fla binary
|
|
*.swf binary
|
|
*.gz binary
|
|
*.zip binary
|
|
*.7z binary
|
|
*.ttf binary
|
|
*.eot binary
|
|
*.woff binary
|
|
*.pyc binary
|
|
*.pdf binary
|
|
*.ez binary
|
|
*.bz2 binary
|
|
*.swp binary
|
|
*.webp binary
|
|
|
|
# Make GitHub not index certain files in the languages overview
|
|
# See https://github.com/github/linguist/blob/master/docs/overrides.md
|
|
# generated files' diff will be minimized
|
|
**/__fixtures__/** linguist-generated
|
|
**/__mocks__/** linguist-generated
|
|
examples/** linguist-generated
|
|
.husky/** linguist-vendored
|
|
jest/** linguist-vendored
|
|
admin/** linguist-documentation
|
|
website/** linguist-documentation
|
|
packages/create-docusaurus/templates/** linguist-vendored
|
|
.eslintrc.* linguist-vendored
|
|
jest.config.* linguist-vendored
|
|
.stylelintrc.* linguist-vendored
|