Skip to content

Commit

Permalink
Merge pull request #36 from angeljqv/patch-1
Browse files Browse the repository at this point in the history
Update .gitattributes and ignore php_cs cache
  • Loading branch information
freekmurze committed Jul 29, 2022
2 parents e3d6da5 + b9bc99e commit 80c93d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
# 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
/.travis.yml export-ignore
/.php_cs.dist export-ignore
/phpunit.xml.dist export-ignore
/.scrutinizer.yml export-ignore
/tests export-ignore
/.editorconfig export-ignore
/CHANGELOG.md export-ignore
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ docs
vendor
coverage
tests/server/package-lock.json
.php_cs.cache
1 change: 0 additions & 1 deletion .php_cs.cache

This file was deleted.

0 comments on commit 80c93d2

Please sign in to comment.