diff --git a/.gitattributes b/.gitattributes index 79c814f5..381a15b5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,13 +1,18 @@ # Ignore files for distribution archives. -.editorconfig export-ignore -.gitattributes export-ignore -.gitignore export-ignore -.github export-ignore +.editorconfig export-ignore +.gitattributes export-ignore +.github_changelog_generator export-ignore +.gitignore export-ignore +.remarkrc export-ignore +.yamllint export-ignore -CONTRIBUTING.md export-ignore -phpcs.xml.dist export-ignore -phpunit.xml.dist export-ignore +CODE_OF_CONDUCT.md export-ignore +CONTRIBUTING.md export-ignore +phpcs.xml.dist export-ignore +phpunit.xml.dist export-ignore # Ignore directories for distribution archives. -/tests/ export-ignore +/.github/ export-ignore +/bin/ export-ignore +/tests/ export-ignore