๐Ÿ“ฆ timheuer / eotrack

๐Ÿ“„ .gitattributes ยท 38 lines
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# Auto detect text files and perform LF normalization
* text=auto eol=lf

# Source code
*.cs text diff=csharp
*.py text diff=python
*.jsx text diff=javascript
*.js text
*.css text diff=css
*.html text diff=html
*.json text
*.md text diff=markdown

# Config files
*.config text
*.conf text
*.yml text
*.yaml text
*.toml text
*.ini text

# Documentation
LICENSE text
*.md text

# Images should be treated as binary
*.ico binary
*.png binary
*.jpg binary
*.gif binary
*.svg text

# Scripts
*.sh text eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf