forked from assistant-ui/assistant-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
68 lines (55 loc) · 1000 Bytes
/
.gitattributes
File metadata and controls
68 lines (55 loc) · 1000 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
58
59
60
61
62
63
64
65
66
67
68
# Auto-detect text files and normalize to LF
* text=auto eol=lf
#
# Text files
#
# TypeScript/JavaScript
*.ts text
*.tsx text
*.js text
*.mts text
*.mjs text
# Web
*.css text
*.html text
*.svg text
# Data/Config
*.json text
*.yml text
*.yaml text
*.toml text
# Markdown/Docs
*.md text diff=markdown
*.mdx text diff=markdown
*.txt text
# Python
*.py text
# Misc text
*.example text
*.spec text
# Lock files (hide from diffs)
*.lock text -diff linguist-generated
pnpm-lock.yaml text -diff linguist-generated
# Shell scripts (always LF)
*.sh text eol=lf
# Dotfiles (explicit filenames)
.gitignore text
.gitattributes text
.npmrc text
.env* text
.python-version text
LICENSE text
#
# Binary files (never touch line endings)
#
# Images
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
# Fonts
*.ttf binary
*.otf binary
*.woff binary
*.woff2 binary