Closed laurentmuller closed 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.
.gitattributes
composer.json
It's simple matter to add the following line:
/tools export-ignore
The *.neon files can be also ignored.
Good catch! do you want to create a PR for this?
The
.gitattributes
file can be updated to exclude the tools folder. So allcomposer.json
files of child folders are no more exported.It's simple matter to add the following line:
The *.neon files can be also ignored.