forked from pleisto/flappy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
29 lines (29 loc) · 912 Bytes
/
Copy path.gitattributes
File metadata and controls
29 lines (29 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# See https://git-scm.com/docs/gitattributes for more about git attribute files.
# Auto detect
## Handle line endings automatically for files detected as
## text and leave all files detected as binary untouched.
## This will handle all files NOT defined below.
* text=auto eol=lf
yarn.lock linguist-generated
*.mdx linguist-language=TypeScript
# Fonts
*.ttf binary
*.eot binary
*.otf binary
*.woff binary
*.woff2 binary
*.svg binary
*.ico binary
*.gif binary
*.png binary
*.wbmp binary
*.webp binary
# This way Git won't bother showing massive diffs when each time we subsequently add or update yarn & plugins:
/.yarn/releases/** binary linguist-vendored
/.yarn/plugins/** binary linguist-vendored
/.yarn/cache/* linguist-vendored
**/docs/api/** linguist-vendored
/.vscode/*.json linguist-language=JSON5
/tools/**/*.js linguist-vendored
**/.storybook/** linguist-vendored
**/lang/*.json linguist-generated