-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
19 lines (19 loc) · 817 Bytes
/
.gitattributes
File metadata and controls
19 lines (19 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/bin/ export-ignore
/docs/ export-ignore
/tests/ export-ignore
/var/ export-ignore
/.github/ export-ignore
/.php-cs-fixer.dist.php export-ignore
/phpstan.neon export-ignore
/phpunit.xml.dist export-ignore
/rector.php export-ignore
/Justfile export-ignore
/devbox.json export-ignore
/devbox.lock export-ignore
/.envrc export-ignore
/.editorconfig export-ignore
/.phpactor.json export-ignore
/.zed/ export-ignore
/phpdoc.dist.xml export-ignore
/CONTRIBUTING.md export-ignore
*.md diff=markdown