1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-14 09:54:13 +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

18
.gitattributes vendored
View File

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

View File

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