-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
57 lines (50 loc) · 981 Bytes
/
.gitattributes
File metadata and controls
57 lines (50 loc) · 981 Bytes
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
# Set default behavior to automatically normalize line endings
* text=auto
# AutoHotkey files - Windows line endings (CRLF)
*.ahk text eol=crlf
# PowerShell files - Windows line endings (CRLF)
*.ps1 text eol=crlf
*.psm1 text eol=crlf
*.psd1 text eol=crlf
# CMD/Batch files - Windows line endings (CRLF)
*.cmd text eol=crlf
*.bat text eol=crlf
# Markdown files
*.md text eol=lf
# Documentation files
*.txt text eol=lf
LICENSE text eol=lf
license.md text eol=lf
readme.md text eol=lf
README.md text eol=lf
# Configuration files
*.json text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
.editorconfig text eol=lf
.gitattributes text eol=lf
.gitignore text eol=lf
# Binary files
*.exe binary
*.dll binary
*.zip binary
*.7z binary
*.rar binary
*.tar binary
*.gz binary
*.bz2 binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.bmp binary
*.ico binary
*.avif binary
*.webp binary
*.mp3 binary
*.mp4 binary
*.avi binary
*.mkv binary
*.flac binary
*.wav binary
*.pdf binary