Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add psalm.xml and .github configs to .gitattributes #85

Merged
merged 2 commits into from
Nov 26, 2021
Merged
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
18 changes: 7 additions & 11 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
examples export-ignore
test export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
phpunit.xml.dist export-ignore
docs export-ignore
.editorconfig export-ignore
.gitmodules export-ignore
.php_cs.dist export-ignore
/.* export-ignore # Ignore all dotted files as mostly they are configs for other tools
examples export-ignore
test export-ignore
phpunit.xml.dist export-ignore
psalm.xml export-ignore
docs export-ignore
infection.json.dist export-ignore
README.md export-ignore
README.md export-ignore