Skip to content

Commit

Permalink
feature #153 Update .gitattributes with missing entries (VincentLanglet)
Browse files Browse the repository at this point in the history
This PR was merged into the 0.4-dev branch.

Discussion
----------

Update .gitattributes with missing entries

HI `@chalasr`, It seems like the .gitattributes files was outdated

Commits
-------

b4d05d8 Update .gitattributes
  • Loading branch information
chalasr committed Aug 13, 2023
2 parents bcffb92 + b4d05d8 commit d0e7e85
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/tests export-ignore
/dev export-ignore
/.github export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php_cs.dist export-ignore
/.travis.yml export-ignore
/.php-cs-fixer.dist export-ignore
/docker-compose.yml export-ignore
/phpunit.xml.dist export-ignore
/.psalm.baseline.xml export-ignore
/psalm.xml export-ignore

0 comments on commit d0e7e85

Please sign in to comment.