-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
57 lines (48 loc) · 1.07 KB
/
.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
56
57
* text=auto
.gitattributes export-ignore
.gitignore export-ignore
*.md text diff=markdown
*.rtf diff=astextplain
*.sql text
*.txt text
*.jpg binary
*.png binary
*.bash text eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.fish text eol=lf
*.ps1 text eol=crlf
*.sh text eol=lf
*.zsh text eol=lf
*.csv text
*.json text
*.toml text
*.xml text
*.yaml text
*.yml text
*.7z binary
*.gz binary
*.tar binary
*.tgz binary
*.zip binary
# C#
*.cs text diff=csharp
*.cshtml text diff=html
*.csproj text eol=crlf
*.csx text diff=csharp
*.sln text eol=crlf
# Java
*.gradle text diff=java
*.gradle.kts text diff=kotlin
*.groovy text diff=java
*.java text diff=java
*.kt text diff=kotlin
*.scala text diff=java
# Python
*.pxd text diff=python
*.py text diff=python
*.py3 text diff=python
*.pyi text diff=python
*.pyw text diff=python
*.pyx text diff=python
*.pyz text diff=python