Yongmin Hong
f85a6a2b90
Summary: Thanks pinterest! Also: - fix yamllint and update .gitattributes, and make deploy.sh executable by `chmod +x`. - install linting npm packages. Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: `arc lint` Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D326
29 lines
627 B
Text
29 lines
627 B
Text
* text=auto
|
|
*.sh text=auto eol=lf
|
|
|
|
*.asc binary
|
|
*.gif binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.mp3 binary
|
|
*.mp4 binary
|
|
*.png binary
|
|
*.webm binary
|
|
*.webp binary
|
|
*.woff2 binary
|
|
|
|
.bash* diff=bash
|
|
*.css diff=css
|
|
*.html diff=html
|
|
*.md diff=markdown
|
|
*.mdx diff=markdown
|
|
*.php diff=php
|
|
*.py diff=python
|
|
*.sh diff=bash
|
|
|
|
# GitHub Linguist detection
|
|
# https://github.com/github-linguist/linguist/blob/master/docs/overrides.md
|
|
.arclint linguist-language=json
|
|
.gitaliases linguist-language=gitconfig
|
|
.yamllint linguist-language=yaml
|
|
default.git* linguist-language=gitconfig
|