-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
46 lines (42 loc) · 924 Bytes
/
.gitattributes
File metadata and controls
46 lines (42 loc) · 924 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
# Git attributes for {{REPO_NAME}}
# Normalize line endings to LF on checkout
* text=auto eol=lf
# Explicitly declare text files
*.php text eol=lf
*.js text eol=lf
*.json text eol=lf
*.css text eol=lf
*.html text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.mjs text eol=lf
*.sh text eol=lf
# Declare binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.woff binary
*.woff2 binary
*.ttf binary
*.otf binary
*.eot binary
*.zip binary
*.gz binary
# Export ignore — exclude dev-only files from archive downloads
.agents/ export-ignore
.github/ export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.nvmrc export-ignore
.coderabbit.yml export-ignore
.lintstagedrc.json export-ignore
AGENTS.md export-ignore
CLAUDE.md export-ignore
composer.json export-ignore
package.json export-ignore
theme-utils.mjs export-ignore