1
0
mirror of https://github.com/Intervention/image.git synced 2025-01-17 04:08:14 +01:00

fix: Standardizing config

This commit is contained in:
Sibin Grasic 2024-01-18 11:37:09 +01:00
parent 7dacd667e2
commit 598981d743
No known key found for this signature in database
GPG Key ID: 50E9E60C329EC8C1
2 changed files with 11 additions and 8 deletions

18
.gitattributes vendored
View File

@ -1,11 +1,13 @@
* text=auto
/.github export-ignore
/tests export-ignore
/.github export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/phpunit.xml export-ignore
/phpunit.xml.dist export-ignore
/.editorconfig export-ignore
/.github export-ignore
/tests export-ignore
/.github export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/phpcs.xml export-ignore
/phpunit.xml export-ignore
/phpunit.xml.dist export-ignore
/docker-compose.yml export-ignore
/Dockerfile export-ignore
/Dockerfile export-ignore

View File

@ -8,4 +8,5 @@
</rule>
<file>src/</file>
<file>tests/</file>
</ruleset>