-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
78 lines (71 loc) · 1.94 KB
/
.gitattributes
File metadata and controls
78 lines (71 loc) · 1.94 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# ===========================================================
# Line endings & text normalization
# ===========================================================
* text=auto eol=lf
# Source files (강제 LF)
*.swift text eol=lf
*.m text eol=lf
*.mm text eol=lf
*.h text eol=lf
*.hpp text eol=lf
*.c text eol=lf
*.cc text eol=lf
*.cpp text eol=lf
*.swiftinterface text eol=lf
*.metal text eol=lf
# Config / data
*.json text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.plist text eol=lf
*.strings text eol=lf
*.xcstrings text eol=lf
*.entitlements text eol=lf
*.xcconfig text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.csv text eol=lf
*.gitignore text eol=lf
*.gitattributes text eol=lf
.editorconfig text eol=lf
# Scripts / CI
*.sh text eol=lf
*.bash text eol=lf
*.zsh text eol=lf
*.rb text eol=lf
*.py text eol=lf
*.java text eol=lf
*.gradle text eol=lf
*.xml text eol=lf
# ===========================================================
# Binary files (no line ending conversion)
# ===========================================================
# Images
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.webp binary
*.heic binary
*.tiff binary
*.tif binary
*.pdf binary
*.svg text eol=lf
# Fonts
*.ttf binary
*.otf binary
*.woff binary
*.woff2 binary
# Archives / bundles
*.zip binary
*.car binary # Asset catalog compiled archive
*.xcarchive binary
*.xcframework binary
# Audio/Video
*.mp3 binary
*.aac binary
*.wav binary
*.caf binary
*.m4a binary
*.mp4 binary
*.mov binary