Skip to content

Commit

Permalink
Added phpunit config file and editorconfig file to be ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Sep 11, 2019
1 parent a9f0f5e commit 3081776
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/features export-ignore
/spec export-ignore
/tests export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
Expand All @@ -10,4 +11,5 @@
/easy-coding-standard.yml export-ignore
/phpspec.yml.dist export-ignore
/phpstan.neon export-ignore
/phpunit.xml.dist export-ignore
/README.md export-ignore

0 comments on commit 3081776

Please sign in to comment.