summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 2422cb5f679259c41d3d36de55a1d4506238be51 (plain)
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
# Project-Tick Monorepo
# ======================

# Global defaults
* text=auto eol=lf

# Archives
*.7z  binary
*.gz  binary
*.tar binary
*.xz  binary
*.zip binary

# Images
*.bmp  binary
*.gif  binary
*.ico  binary
*.jpg  binary
*.jpeg binary
*.png  binary
*.svg  text
*.webp binary

# Fonts
*.otf   binary
*.ttf   binary
*.woff  binary
*.woff2 binary

# Documents
*.pdf binary

# Executables
*.exe binary
*.dll binary
*.so  binary
*.dylib binary

# Java
*.class binary
*.jar   binary

# Crypto
*.pem -crlf

# Linguist overrides
archived/* linguist-vendored