-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
83 lines (79 loc) · 1.52 KB
/
.gitattributes
File metadata and controls
83 lines (79 loc) · 1.52 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
# SPDX-FileCopyrightText: 2025 Knitli Inc.
# SPDX-FileCopyrightText: 2025 Knitli Inc. <knitli@knit.li>
# SPDX-FileContributor: Adam Poulemanos <adam@knit.li>
#
# SPDX-License-Identifier: MIT OR Apache-2.0
* text=auto
# avoid silly diffs for files generated by coverage tools
coverage.xml merge=ours
uv.lock merge=ours
src/codeweaver/_version.py merge=latest_version
# Force most text files to always use 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
*.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
*.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
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
*.bin binary
*.bmp binary
*.docx binary
*.eot binary
*.exe binary
*.flac binary
*.gif binary
*.ico binary
*.jpg binary
*.jpeg binary
*.m4a binary
*.m4v binary
*.mpg binary
*.mpeg binary
*.mp3* binary
*.mp4* binary
*.mov binary
*.ogg binary
*.otf binary
*.pdf binary
*.png binary
*.pptx binary
*.png binary
*.tar* binary
*.tif binary
*.ttf binary
*.wav binary
*.webm binary
*.webp binary
*.woff* binary
*.woff2 binary
*.xlsx binary
*.zip binary