diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dd3d109 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,19 @@ +* text=auto + +*.md diff=markdown +*.php diff=php + +*.stub linguist-language=php +*.neon.dist linguist-language=neon + +/.cursor export-ignore +/.github export-ignore +/tests export-ignore +/workbench export-ignore +.editorconfig export-ignore +.gitattributes export-ignore +.gitignore export-ignore +phpstan.neon.dist export-ignore +phpunit.xml.dist export-ignore +pint.json export-ignore +testbench.yaml export-ignore \ No newline at end of file