Skip to content

Commit

Permalink
Add psalm and GitHub Actions configs to .gitattributes (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidz authored Nov 26, 2021
1 parent 1ab2a7d commit 5c29da0
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
docs export-ignore
examples export-ignore
test export-ignore
.gitattributes export-ignore
.gitignore export-ignore
phpunit.xml.dist export-ignore
README.md export-ignore
CONTRIBUTING.md export-ignore
CHANGELOG.md export-ignore
.php_cs.dist export-ignore
.gitmodules export-ignore
.editorconfig export-ignore
# Ignore all dotted files as mostly they are configs for other tools
/.* export-ignore
docs export-ignore
examples export-ignore
test export-ignore
phpunit.xml.dist export-ignore
psalm.examples.xml export-ignore
psalm.xml export-ignore
README.md export-ignore
CONTRIBUTING.md export-ignore
CHANGELOG.md export-ignore

0 comments on commit 5c29da0

Please sign in to comment.