Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Enforce Unix newlines
* text=lf

# Keep development files out of the installed package
/.github export-ignore
# Keep development files out of the installed package. README.md stays, because
# Packagist and GitHub read it; everything else here is for people working on
# the package, not people depending on it.
/docs export-ignore
/tests export-ignore
/.github export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.dist.php export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/UPGRADING.md export-ignore
Loading
Loading