forked from datlechin/TablePro
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
47 lines (46 loc) · 820 Bytes
/
.gitattributes
File metadata and controls
47 lines (46 loc) · 820 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
45
46
47
# Auto detect text files and perform LF normalization
* text=auto
# Swift files
*.swift text diff=swift
# Xcode project files
*.pbxproj binary merge=union
*.storyboard binary
*.xib binary
*.xcassets binary
*.xcdatamodeld binary
# Assets
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.icns binary
*.pdf binary
# Fonts
*.ttf binary
*.otf binary
*.woff binary
*.woff2 binary
# Audio
*.mp3 binary
*.wav binary
*.aiff binary
*.m4a binary
# Video
*.mp4 binary
*.mov binary
# Archives
*.zip binary
*.tar.gz binary
# Markdown - force LF
*.md text eol=lf
# Shell scripts - force LF
*.sh text eol=lf
# Swift source - force LF
*.swift text eol=lf
# Configuration files
*.json text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.plist text eol=lf
.github/workflows/*.lock.yml linguist-generated=true merge=ours