-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
46 lines (41 loc) · 1.59 KB
/
.gitattributes
File metadata and controls
46 lines (41 loc) · 1.59 KB
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
46
# Auto detect text files and perform LF normalization
* text=auto
# Always perform LF normalization
*.dart text
*.html text -linguist-detectable=false
*.js text -linguist-detectable=false
*.cpp text -linguist-detectable=false
*.cmake text -linguist-detectable=false
*.c text -linguist-detectable=false
*.json text
*.md text
*.sh text
*.txt text
*.xml text -linguist-detectable
*.yaml text
# Make sure that these Windows files always have CRLF line endings at checkout
*.bat text eol=crlf -linguist-detectable=false
*.ps1 text eol=crlf -linguist-detectable=false
*.rc text eol=crlf -linguist-detectable=false
*.sln text eol=crlf -linguist-detectable=false
*.props text eol=crlf -linguist-detectable=false
*.vcxproj text eol=crlf -linguist-detectable=false
*.vcxproj.filters text eol=crlf -linguist-detectable=false
# Including templates
*.sln.tmpl text eol=crlf -linguist-detectable=false
*.props.tmpl text eol=crlf -linguist-detectable=false
*.vcxproj.tmpl text eol=crlf -linguist-detectable=false
# Never perform LF normalization
*.ico binary
*.jar binary
*.png binary
*.zip binary
*.ttf binary
*.otf binary
# Ignore folders from statistics
android/ -linguist-vendored
ios/ -linguist-vendored
linux/ -linguist-vendored
macos/ -linguist-vendored
web/ -linguist-vendored
windows/ -linguist-vendored