phpstan / phpstan-webmozart-assert

PHPStan extension for webmozart/assert
160 stars 27 forks source link

gitignore .github folder #179

Open staabm opened 3 months ago

staabm commented 3 months ago

having these files in the releases is unnecessary bloat

staabm commented 3 months ago

should I do the same for all other repos?

ondrejmirtes commented 3 months ago

I'd like some automated way to have this checked, something that would check:

1) The list of all files and directories in the root 2) The list of files that's supposed to be in the release 3) The contents of .gitattributes and whether all the files in 1) are excluded from 2)

It's an opportunity for a new tool/GitHub action to check this :)

staabm commented 3 months ago

memo to me: the changes need to be in .gitattributes as ondrey pointed out

for a new tool/GitHub action to check this :)

I will see what I can do ;)