From 88145a83a1d5ca07c884eb0c68046cec18cf21ae Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Wed, 12 Jun 2024 12:48:12 +0200 Subject: [PATCH] Ignore docs folder. --- .gitattributes | 1 + .npmignore | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 2e96e3e..18cf6cc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,5 +4,6 @@ /.github/ export-ignore /.gitignore export-ignore /.npmignore export-ignore +/docs/ export-ignore /src/ export-ignore /tests/ export-ignore diff --git a/.npmignore b/.npmignore index e8709e0..90bf45e 100644 --- a/.npmignore +++ b/.npmignore @@ -9,6 +9,9 @@ # Tests /tests/ +# Docs +/docs/ + # Composer /vendor/ /composer.json