🔥 Replace all other files with 💀

This commit is contained in:
Dan Jones 2022-08-21 15:37:37 -05:00
commit d187e02d24
124 changed files with 345 additions and 8227 deletions

22
.gitattributes vendored
View file

@ -1,7 +1,15 @@
.gitattributes export-ignore
.gitignore export-ignore
.github export-ignore
docs export-ignore
tests export-ignore
phpunit.xml.dist export-ignore
.travis.yml export-ignore
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
# Ignore all test and documentation with "export-ignore".
/.github export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
/tests export-ignore
/.editorconfig export-ignore
/.php-cs-fixer.dist.php export-ignore
/art export-ignore
/docs export-ignore
/UPGRADING.md export-ignore