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

BREAKING(gatsby-source-shopify): Replace with new plugin #31862

Merged
merged 11 commits into from
Jun 16, 2021
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ integration-tests
**/*.d.ts

packages/*/*.js
packages/gatsby-source-shopify/**/*.js
packages/gatsby-plugin-preload-fonts/prepare/*.js
packages/gatsby-image/withIEPolyfill/index.js
packages/gatsby/cache-dir/commonjs/**/*
Expand Down
3 changes: 0 additions & 3 deletions packages/gatsby-source-shopify/.babelrc

This file was deleted.

10 changes: 7 additions & 3 deletions packages/gatsby-source-shopify/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/__tests__
/yarn.lock
/*.js
*.js
*.js.map
*.d.ts
!/types/*.d.ts
README.md

!jest.config.js
35 changes: 1 addition & 34 deletions packages/gatsby-source-shopify/.npmignore
Original file line number Diff line number Diff line change
@@ -1,34 +1 @@
# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules
*.un~
yarn.lock
src/__tests__
flow-typed
coverage
decls
examples
src/
DanielSLew marked this conversation as resolved.
Show resolved Hide resolved
5 changes: 5 additions & 0 deletions packages/gatsby-source-shopify/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
node_modules
.env
*.graphql
.cache
public/
Loading