forked from socram8888/tonyhax
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
55 lines (51 loc) · 782 Bytes
/
.gitattributes
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
# Version: 2021.05.25.01
# Force all text files to be LF
* text=auto eol=lf
# Project source files
*.bat text eol=crlf
*.c text diff=cpp
*.conf text
*.config text
*.cmd text eol=crlf
*.cnf text
*.cs text diff=csharp
*.csproj text diff=html
*.css text
*.diff text
*.h text diff=cpp
*.html text
*.ino text diff=cpp
*.java text diff=java
*.js text
*.json text
*.md text
*.properties text
*.ps1 text
*.py text diff=python
*.scss text
*.s text
*.sql text
*.sln text
*.sh text eol=lf
*.txt text
*.xml text diff=html
*.yml text
.gitattributes text
.gitignore text
.htaccess text
Dockerfile text
# Images
*.bmp binary
*.jpg binary
*.png binary
*.svg text
# Binaries
*.act binary
*.dll binary
*.dylib binary
*.elf binary
*.exe binary
*.img binary
*.jnilib binary
*.o library
*.so binary