1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-13 09:24:05 +02:00

fix: Standardizing config

This commit is contained in:
Sibin Grasic
2024-01-18 11:37:09 +01:00
parent 7dacd667e2
commit 598981d743
2 changed files with 11 additions and 8 deletions

2
.gitattributes vendored
View File

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

View File

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