-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy path.gitattributes
More file actions
31 lines (24 loc) · 733 Bytes
/
.gitattributes
File metadata and controls
31 lines (24 loc) · 733 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
* text=auto
# Source code
*.js text eol=lf linguist-language=JavaScript
*.json text eol=lf linguist-language=JSON-With-Comments
*.ts text eol=lf linguist-language=TypeScript
# Documentation
*.md text
# Configs
.editorconfig text
.env text
.gitattributes text
.gitconfig text
*.lock text -diff merge=binary
package-lock.json text -diff merge=binary
*.yaml text
*.yml text
# RC files (like .babelrc or .eslintrc)
*.*rc text
# Ignore files (like .npmignore or .gitignore)
*.*ignore text
# Images
*.png -text
# Husky
/.husky/* text eol=lf linguist-language=Shell