-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
45 lines (39 loc) · 781 Bytes
/
Copy path.gitattributes
File metadata and controls
45 lines (39 loc) · 781 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
33
34
35
36
37
38
39
40
41
42
43
44
45
# Normalize line endings on checkin/checkout.
* text=auto eol=lf
# TypeScript / JavaScript
*.ts text diff=typescript linguist-language=TypeScript
*.tsx text diff=typescript linguist-language=TSX
*.js text diff=javascript
*.jsx text diff=javascript
*.mjs text
*.cjs text
# Styles / markup
*.css text
*.scss text
*.html text
# Config / data
*.yml text
*.yaml text
*.json text
*.toml text
*.cff text
*.md text diff=markdown
# Shell / scripts
*.sh text eol=lf
# Binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.webp binary
*.woff binary
*.woff2 binary
*.ttf binary
*.otf binary
*.mp3 binary
*.wav binary
*.ogg binary
# Exclude from language stats
/public/ linguist-documentation
/docs/ linguist-documentation