-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
43 lines (35 loc) · 732 Bytes
/
.gitattributes
File metadata and controls
43 lines (35 loc) · 732 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
# Git Attributes Configuration
# https://git-scm.com/docs/gitattributes
# Auto detect text files and normalize line endings to LF
* text=auto
# Documentation
*.md text eol=lf diff=markdown
# Configuration
*.toml text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.json text eol=lf
# Web
*.html text eol=lf
*.css text eol=lf
# Git & Project files
.gitattributes text eol=lf
.gitignore text eol=lf
.editorconfig text eol=lf
.pre-commit-config.yaml text eol=lf
# Lockfiles
uv.lock text eol=lf
# Binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.webp binary
*.ico binary
*.svg binary
*.woff binary
*.woff2 binary
*.pdf binary
# AI CLI symlinks (point to AGENTS.md)
CLAUDE.md symlink=true
GEMINI.md symlink=true