-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitattributes
More file actions
32 lines (30 loc) · 797 Bytes
/
.gitattributes
File metadata and controls
32 lines (30 loc) · 797 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
30
31
32
# All text files should have the "lf" (Unix) line endings
* text eol=lf
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.js text
*.css text
*.scss text
*.html text
*.md text
*.json text
*.flow text
.babelrc text
.editorconfig text
.eslintrc text
.flowconfig text
.gitattributes text
.gitignore text
.huskyrc text
.lintstagedrc text
.nycrc text
.prettierignore text
.prettierrc text
yarn.lock text
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.eot binary
*.ttf binary
*.woff binary
*.woff2 binary