Skip to content

Commit

Permalink
Merge pull request #18 from ivoba/master
Browse files Browse the repository at this point in the history
added .gitattributes
  • Loading branch information
mark-gerarts authored Apr 1, 2020
2 parents 75dc063 + 3f0cac7 commit 1183b2b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html

# Ignore all test and documentation with "export-ignore".
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/phpunit.xml export-ignore
/Tests export-ignore
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"require-dev": {
"phpunit/phpunit": "^7.5|^8.0",
"symfony/phpunit-bridge": "^5.0",
"symfony/property-access": "^3.4|^4.4",
"symfony/property-access": "^3.4|^4.4|^5.0",
"matthiasnoback/symfony-dependency-injection-test": "^3.1|^4.1"
},
"suggest": {
Expand Down

0 comments on commit 1183b2b

Please sign in to comment.