diff --git a/.gitattributes b/.gitattributes index 6247bafe..eb01667b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,14 @@ -resources/ export-ignore -scripts/ export-ignore -tests/ export-ignore -website/ export-ignore -src/DocumentationGenerator/ export-ignore \ No newline at end of file +/.github/ export-ignore +/resources/ export-ignore +/src/Documentation/ export-ignore +/scripts/ export-ignore +/tests/ export-ignore +/website/ export-ignore +/.dockerignore export-ignore +/.gitattributes export-ignore +/.gitignore export-ignore +/.nvmrc export-ignore +/Dockerfile export-ignore +/Makefile export-ignore +/phpcs.xml export-ignore +/phpstan.neon export-ignore