-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitattributes
More file actions
57 lines (54 loc) · 1.3 KB
/
Copy pathgitattributes
File metadata and controls
57 lines (54 loc) · 1.3 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
47
48
49
50
51
52
53
54
55
56
57
# Auto detect text files and perform LF normalization
* text=auto eol=lf
# Explicit text files - always LF
*.c text eol=lf
*.cpp text eol=lf
*.h text eol=lf
*.hpp text eol=lf
*.cmake text eol=lf
*.txt text eol=lf
*.md text eol=lf
*.xml text eol=lf
*.json text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.sh text eol=lf
*.py text eol=lf
*.glsl text eol=lf
*.frag text eol=lf
*.vert text eol=lf
CMakeLists.txt text eol=lf
.gitignore text eol=lf
.gitattributes text eol=lf
LICENSE text eol=lf
# Windows-specific files - keep CRLF
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
# Binary files - never modify
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.svg binary
*.ttf binary
*.otf binary
*.woff binary
*.woff2 binary
*.mp3 binary
*.ogg binary
*.wav binary
*.mp4 binary
*.webm binary
*.zip binary
*.7z binary
*.tar binary
*.gz binary
*.exe binary
*.dll binary
*.lib binary
*.so binary
*.dylib binary
*.a binary
*.pdf binary