-
Notifications
You must be signed in to change notification settings - Fork 400
Expand file tree
/
Copy path.gitattributes
More file actions
86 lines (70 loc) · 1.29 KB
/
.gitattributes
File metadata and controls
86 lines (70 loc) · 1.29 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# Auto detect text files and perform LF normalization
* text=auto
# Custom for Visual Studio
*.cs diff=csharp
# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
# TypeScript
*.ts diff=typescript
*.tsx diff=typescript
# Python
*.py diff=python
# JavaScript
*.js diff=javascript
*.jsx diff=javascript
*.mjs diff=javascript
# JSON
*.json text eol=lf
# Markdown
*.md text eol=lf
# Shell scripts
*.sh text eol=lf
# Windows batch files
*.bat text eol=crlf
*.cmd text eol=crlf
# Binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.svg binary
*.woff binary
*.woff2 binary
*.eot binary
*.ttf binary
*.otf binary
# Package files
*.zip binary
*.tar binary
*.gz binary
*.7z binary
*.rar binary
# Node.js
package-lock.json text eol=lf
yarn.lock text eol=lf
# Python
requirements.txt text eol=lf
pyproject.toml text eol=lf
# Configuration files
*.yml text eol=lf
*.yaml text eol=lf
*.toml text eol=lf
*.ini text eol=lf
*.cfg text eol=lf
*.conf text eol=lf
# Docker
Dockerfile text eol=lf
*.dockerfile text eol=lf
# License and documentation
LICENSE text eol=lf
*.md text eol=lf