-
-
Notifications
You must be signed in to change notification settings - Fork 108
Expand file tree
/
Copy path.gitattributes
More file actions
52 lines (50 loc) · 1.04 KB
/
.gitattributes
File metadata and controls
52 lines (50 loc) · 1.04 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
# 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
# Vendored C headers (database driver bridges, tree-sitter grammars)
Plugins/*/C*/include/** linguist-vendored
TablePro/Core/SSH/CLibSSH2/** linguist-vendored
LocalPackages/CodeEditLanguages/Sources/TreeSitterGrammars/** linguist-vendored
.github/workflows/*.lock.yml linguist-generated=true merge=ours