SymfonyCasts / verify-email-bundle

Simple, stylish Email Verification for Symfony
https://symfonycasts.com
MIT License
414 stars 34 forks source link

Prevent export tools directory. #199

Closed laurentmuller closed 1 month ago

laurentmuller commented 1 month ago

The .gitattributes file can be updated to exclude the tools folder. So all composer.json files of child folders are no more exported.

It's simple matter to add the following line:

/tools export-ignore

The *.neon files can be also ignored.

bocharsky-bw commented 1 month ago

Good catch! do you want to create a PR for this?