-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add --ignore-files to ignore a custom list of files in build, run, and lint #131
Comments
Let's do the general config file logic first: #176 |
This seems pretty important. It looks like some people are putting |
I have use case that would greatly benefit from adding The add-on I am building relies on "browserified" and "minimized" NPM libraries which need to be included during Excluding these 3rd party artifacts from |
Note to self: when we document this we should link to this cheat sheet for how glob patterns work: https://github.com/isaacs/node-glob#glob-primer |
@kumar303 additional note: when we document this we should mention that glob patterns (e.g. like |
Here is the documentation. @rpl or anyone, let me know if anything is unclear or needs tweaks: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/web-ext_command_reference?document_saved=true#--ignore-files_-i |
or @eight04 too! ^ |
#85 added some simple defaults for ignoring files when building an XPI. Let's support
--ignore-files
that the developer can use to declare custom rules.See #176 for general config file support which will allow developers to configure this option.
The text was updated successfully, but these errors were encountered: