-
Notifications
You must be signed in to change notification settings - Fork 376
Open
Labels
Description
Is this a feature request or a bug?
A feature request.
What is the current behavior?
web-ext only ignores a very limited set of files, e.g. dot files, .zips and the node_modules folder.
What is the expected or desired behavior?
web-ext should also ignore other common build files. For example, I have package.json, package-lock.json, yarn.lock, and web-ext-artifacts in my project directory, which shouldn't end up in the .xpi.
Croydon