-
-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy path.gitattributes
More file actions
26 lines (25 loc) · 880 Bytes
/
.gitattributes
File metadata and controls
26 lines (25 loc) · 880 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
# Line ending normalization
* text=auto
# Export ignore (keeps Composer installs lean)
/.agents/ export-ignore
/.claude/ export-ignore
/.github/ export-ignore
/.opencode/ export-ignore
/docker/ export-ignore
/tools/ export-ignore
/docs/ export-ignore
/tests/ export-ignore
.dockerignore export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.phpactor.json export-ignore
AGENTS.md export-ignore
CLAUDE.md export-ignore
composer.lock export-ignore
Dockerfile export-ignore
docker-compose.yml export-ignore
mozart.code-workspace export-ignore
phpcs.xml.dist export-ignore
phpmd.xml.dist export-ignore
phpstan.neon.dist export-ignore
phpunit.xml.dist export-ignore