-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
49 lines (45 loc) · 852 Bytes
/
.gitattributes
File metadata and controls
49 lines (45 loc) · 852 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
# Auto detect text files and perform LF normalization
* text=auto
# Source files
*.php text
*.xml text
*.xlf text
*.yaml text
*.yml text
*.json text
*.js text
*.css text
*.scss text
*.html text
*.sql text
*.md text
*.rst text
*.txt text
# Shell scripts
*.sh text eol=lf
# Documentation export-ignore for distribution
/Tests export-ignore
/Build export-ignore
/.github export-ignore
/.ddev export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/phpstatus export-ignore
/renovate.json export-ignore
/Makefile export-ignore
/AGENTS.md export-ignore
/README.md export-ignore
/claudedocs export-ignore
/.serena export-ignore
/composer.lock export-ignore
/.php-cs-fixer.cache export-ignore
# Binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary
*.zip binary
*.gz binary