-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
37 lines (35 loc) · 810 Bytes
/
.gitattributes
File metadata and controls
37 lines (35 loc) · 810 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
# Normalise line endings to LF on checkout
* text=auto eol=lf
# Binary files — do not modify
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.svg binary
*.woff binary
*.woff2 binary
*.ttf binary
*.eot binary
*.zip binary
# Export-ignore — exclude from dist archives
.git export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.editorconfig export-ignore
.nvmrc export-ignore
.coderabbit.yml export-ignore
.lintstagedrc.json export-ignore
node_modules/ export-ignore
vendor/ export-ignore
src/ export-ignore
.github/ export-ignore
.agents/ export-ignore
package.json export-ignore
package-lock.json export-ignore
composer.json export-ignore
composer.lock export-ignore
plugin-utils.mjs export-ignore
AGENTS.md export-ignore
CLAUDE.md export-ignore
CODEOWNERS export-ignore