-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
44 lines (38 loc) · 870 Bytes
/
.gitattributes
File metadata and controls
44 lines (38 loc) · 870 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
# Auto detect text files and normalize line endings to LF on checkout
* text=auto eol=lf
# Explicitly declare text files for consistent line endings
*.md text
*.txt text
*.json text
*.js text
*.jsx text
*.css text
*.html text
*.yml text
*.yaml text
# Windows-specific files should use CRLF
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
# Binary files - no line ending conversion
*.jpg binary
*.jpeg binary
*.png binary
*.gif binary
*.ico binary
*.svg binary
*.woff binary
*.woff2 binary
*.ttf binary
*.eot binary
*.pdf binary
*.zip binary
*.tar binary
*.gz binary
# Archive generated files
dist/** linguist-generated=true
dist-standalone/** linguist-generated=true
# Exclude node_modules from language statistics
node_modules/** linguist-vendored
# Mark preset JSON files as data
public/presets/*.json linguist-language=JSON linguist-detectable=true