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