-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy path.gitattributes
31 lines (24 loc) · 899 Bytes
/
.gitattributes
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
# Enable all line ending conversions
* text=auto
# These files are text and should be normalized (convert crlf => lf)
**/*.md text
**/*.txt text
**/*.json text
**/*.xml text
**/*.sh text
**/*.bat text
**/*.ts text
# Images should be treated as binary (binary is a macro for -text -diff)
**/*.svg binary
**/*.ico binary
**/*.png binary
**/*.jpg binary
**/*.gif binary
**/*.webp binary
# Make GitHub language detection more accurate
**/*.bat linguist-language=Batchfile
**/*.cpp linguist-language=C++
**/*.rc linguist-language=C++
EVT_GUI/*.h linguist-language=C++
EVT_GUI/src/**/*.qss linguist-language=CSS
build/** linguist-vendored