Skip to content

Commit

Permalink
Merge pull request #36 from Emilia-Capital/exclude-phpstan-config-fro…
Browse files Browse the repository at this point in the history
…m-release

Don't include the phpstan.neon.dist file in final releases
  • Loading branch information
jdevalk authored Jul 2, 2024
2 parents 97e130b + 3a128be commit d40d3a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ phpunit.xml.dist
README.md
composer.json
composer.lock
phpstan.neon.dist
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ composer.lock export-ignore
phpunit.xml.dist export-ignore
/README.md export-ignore
/tests export-ignore
phpstan.neon.dist export-ignore

#
# Auto detect text files and perform LF normalization
Expand Down

0 comments on commit d40d3a1

Please sign in to comment.