Skip to content

Commit

Permalink
Fix export config
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLevti committed Apr 4, 2020
1 parent 61be811 commit 4fe1aef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
/.gitignore export-ignore
/.travis.yml export-ignore
/coverage export-ignore
/php_cs.dist export-ignore
/.php_cs.dist export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore
/phan export-ignore
/.phan export-ignore
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@
"/.gitignore",
"/.travis.yml",
"/coverage",
"/php_cs.dist",
"/.php_cs.dist",
"/phpstan.neon.dist",
"/phpunit.xml.dist",
"/tests",
"/phan"
"/.phan"
]
},
"config": {
Expand Down

0 comments on commit 4fe1aef

Please sign in to comment.