Background
We noticed that the environment/localhost.json file gets picked up in the bundle by fusion zip command. The file is not check-in to our repository and is added to our .gitignore file.
Expected Results
We should be able to have environment/localhost.json locally and generate a new bundle with the file not being part of that bundle
Actual Results
environment/localhost.json file gets picked up in the bundle by fusion zip
Steps to Reproduce
have a environment/localhost.json file
run npx fusion zip
unzip the bundle and observe environment/localhost.json file