-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
28 lines (26 loc) · 822 Bytes
/
.gitattributes
File metadata and controls
28 lines (26 loc) · 822 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
* text=auto
*.blade.php diff=html
*.css diff=css
*.html diff=html
*.md diff=markdown
*.php diff=php
/tests export-ignore
/docs export-ignore
composer.lock export-ignore
package.json export-ignore
package-lock.json export-ignore
phpstan.neon export-ignore
phpunit.xml export-ignore
postcss.config.js export-ignore
tailwind.config.js export-ignore
vite.config.js export-ignore
/.github export-ignore
/.run export-ignore
/arts export-ignore
.gitattributes export-ignore
.gitignore export-ignore
CONTRIBUTING.md export-ignore
.phpunit.result.cache export-ignore
pint.json export-ignore
rector.php export-ignore
testbench.yaml export-ignore