diff --git a/.gitattributes b/.gitattributes
index a978f604..4ca696b8 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -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
diff --git a/phpcs.xml b/phpcs.xml
index 1f034a16..3e412b4e 100644
--- a/phpcs.xml
+++ b/phpcs.xml
@@ -8,4 +8,5 @@
src/
+ tests/