-
Notifications
You must be signed in to change notification settings - Fork 130
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
[Bug]: shopify theme share uploads files ignored in .shopifyignore #2664
Comments
This issue seems inactive. If it's still relevant, please add a comment saying so. Otherwise, take no action. P.S. You can learn more about why we stale issues here. |
I am running into a related issue where using
|
This issue seems inactive. If it's still relevant, please add a comment saying so. Otherwise, take no action. P.S. You can learn more about why we stale issues here. |
I am experiencing the same issue with Shopify. |
Running into the same issue, moving the theme files into its own directory is helpless too as Shopify can't find them via subdirectories on the store connection. |
Please confirm that you have:
In which of these areas are you experiencing a problem?
Theme
Expected behavior
When uploading a theme via
shopify theme share
, files included in the.shopifyignore
should not be uploadedActual behavior
Ignored files are uploaded, and upload hangs due to number of files in
node_modules
😅Reproduction steps
npm init && npm i preact
package.json
andpackage-lock.json
andnode_modules
to.shopifyignore
shopify theme share
Operating System
OSX 11.5.1
Shopify CLI version (check your project's
package.json
if you're not sure)3.4.2
Shell
No response
Node version (run
node -v
if you're not sure)No response
What language and version are you using in your application?
No response
The text was updated successfully, but these errors were encountered: