Skip to content

Commit

Permalink
Add PHPStan config files to .gitattributes & .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
HypeMC committed Jan 11, 2021
1 parent 0e68656 commit 5fc2d8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
/.gitattributes export-ignore
/.gitignore export-ignore
/.php_cs.dist export-ignore
/phpstan.neon.dist export-ignore
/phpstan-autoload.php export-ignore
/phpunit.xml.dist export-ignore
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ vendor/
.php_cs
.php_cs.cache

# PHPStan
phpstan.neon

# PHPUnit
.phpunit.result.cache
phpunit.xml

0 comments on commit 5fc2d8d

Please sign in to comment.