I've set up the "start URL" and "scope" of manifest.json to the root of the site.
"start_url": "./index.html?addToHome=true",
"scope": "./",
But I want it to ignore a specific folder positioned under this root. Is there a way to do it?
_ website-directory
|_ /other-app/ (how to ignore this?)
|_ index.js
|_ index.html
|_ manifest.json