Skip to content

Commit

Permalink
bug #13744 [Maintenance]Ignore phpstan.neon file (Ferror)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.10 branch.

Discussion
----------

Due to the presence of the `phpstan.neon.dist` file, I would like to propose adding the `phpstan.neon` config file to the gitignore as the phpunit, phpspec are ignored.


| Q               | A
| --------------- | -----
| Branch?         | master
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | none
| License         | MIT


Commits
-------

159a1de Ignore phpstan.neon file
  • Loading branch information
lchrusciel committed Mar 25, 2022
2 parents 8f5ec0a + 159a1de commit 49e527a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
/.php_cs.cache
###< friendsofphp/php-cs-fixer ###

###> phpstan/phpstan ###
/phpstan.neon
###< phpstan/phpstan ###

###> phpunit/phpunit ###
/phpunit.xml
/.phpunit.result.cache
Expand Down

0 comments on commit 49e527a

Please sign in to comment.