Skip to content
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

Support ignoring some files on upload #33

Open
fent opened this issue Oct 14, 2018 · 2 comments
Open

Support ignoring some files on upload #33

fent opened this issue Oct 14, 2018 · 2 comments

Comments

@fent
Copy link

fent commented Oct 14, 2018

Hi! I thought it would be a good feature to support ignoring some files and directories that are zipped up and uploaded. For example, node_modules or src directories that are no longer used by the extension after a build step.

@fregante
Copy link
Owner

At the moment you just need to put everything into a folder. This also helps you automatically keep all extraneous files out — do you really want to exclude allll your config files explicitly?

At most we could automatically exclude what appears in .gitignore

@fent
Copy link
Author

fent commented Oct 14, 2018

Hmm, my workspace is a bit different. The folder is the repo. And one of the dependencies is something I'm working on that I have symlinked to my extension while I'm working on both. And that dependency has webpack and a bunch of other build stuff on it, which adds like 40mb.

I guess for now I can unlink it before I publish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants