-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
69 lines (65 loc) · 1.28 KB
/
.gitattributes
File metadata and controls
69 lines (65 loc) · 1.28 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
# SPDX-FileCopyrightText: 2025 Adam Poulemanos <89049923+bashandbone@users.noreply.github.com>
#
# SPDX-License-Identifier: LicenseRef-PlainMIT OR MIT
# Set default behavior to automatically normalize line endings
* text=auto
# Force most text files to always use LF
.roomodes text eol=lf
*.astro text eol=lf
*.css text eol=lf
*.csv text eol=lf
*.cts text eol=lf
*.go text eol=lf
*.html text eol=lf
*.ini text eol=lf
*.js text eol=lf
*.json text eol=lf
*.jsx text eol=lf
*.license text eol=lf
*.md text eol=lf
*.mdx text eol=lf
*.mts text eol=lf
*.pkl text eol=lf
*.py text eol=lf
*.rs text eol=lf
*.sh text eol=lf
*.spdx text eol=lf
*.svelte text eol=lf
*.svg text eol=lf
*.toml text eol=lf
*.ts text eol=lf
*.tsx text eol=lf
*.txt text eol=lf
*.xml text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
.git* text eol=LF
LICENSE text eol=lf
# Force batch files to use CRLF (Windows scripts)
*.bat text eol=crlf
*.ps* text eol=crlf
# Treat these as binary (no line ending conversion)
*.aac binary
*.avif binary
*.docx binary
*.eot binary
*.exe binary
*.flac binary
*.ico binary
*.jpg binary
*.m4a binary
*.mp3 binary
*.mp4 binary
*.ogg binary
*.otf binary
*.pdf binary
*.png binary
*.pptx binary
*.ttf binary
*.wav binary
*.webm binary
*.webp binary
*.woff binary
*.woff2 binary
*.xlsx binary
*.zip binary