From 0cc62d5d3c59bdaf255f6a6667f1567568d65a76 Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Wed, 12 Jun 2024 12:47:10 +0200 Subject: [PATCH] Ignore tests folder. --- .gitattributes | 1 + .npmignore | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 1559b5df..2e96e3e7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,3 +5,4 @@ /.gitignore export-ignore /.npmignore export-ignore /src/ export-ignore +/tests/ export-ignore diff --git a/.npmignore b/.npmignore index 9e54c2a0..e8709e02 100644 --- a/.npmignore +++ b/.npmignore @@ -6,6 +6,9 @@ # Source /src/ +# Tests +/tests/ + # Composer /vendor/ /composer.json