Skip to content

Commit

Permalink
Merge pull request #8687 from paulbalandan/gitattributes-add
Browse files Browse the repository at this point in the history
chore: realign contents of .gitattributes
  • Loading branch information
kenjis committed Apr 2, 2024
2 parents 2493142 + dd974c8 commit 533717c
Showing 1 changed file with 23 additions and 21 deletions.
44 changes: 23 additions & 21 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,33 @@

# git files
.gitattributes export-ignore
.gitignore export-ignore
.gitignore export-ignore

# Don't give admin files
.github/ export-ignore
admin/ export-ignore
contributing/ export-ignore
.editorconfig export-ignore
.nojekyll export-ignore
# admin files
.github/ export-ignore
admin/ export-ignore
contributing/ export-ignore
.editorconfig export-ignore
CODE_OF_CONDUCT.md export-ignore
CONTRIBUTING.md export-ignore
CONTRIBUTING.md export-ignore

# They don't want our test files
tests/AutoReview/ export-ignore
tests/system/ export-ignore
utils/ export-ignore
deptrac.yaml export-ignore
rector.php export-ignore
phpunit.xml.dist export-ignore
phpstan-baseline.neon.dist export-ignore
phpstan.neon.dist export-ignore
phpstan-bootstrap.php export-ignore
.php-cs-fixer.dist.php export-ignore
.php-cs-fixer.no-header.php export-ignore
# contributor/development files
tests/ export-ignore
utils/ export-ignore
.php-cs-fixer.dist.php export-ignore
.php-cs-fixer.no-header.php export-ignore
.php-cs-fixer.user-guide.php export-ignore
deptrac.yaml export-ignore
phpstan-baseline.neon.dist export-ignore
phpstan-bootstrap.php export-ignore
phpstan.neon.dist export-ignore
phpunit.xml.dist export-ignore
psalm_autoload.php export-ignore
psalm-baseline.php export-ignore
psalm.xml export-ignore
rector.php export-ignore

# The source user guide, either
# source user guide
user_guide_src/ export-ignore
.nojekyll export-ignore
phpdoc.dist.xml export-ignore

0 comments on commit 533717c

Please sign in to comment.