Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

chore(workspace): Prevent exchanges/graphcache/default-storage from being committed

Changed files
+1 -18
exchanges
graphcache
default-storage
+1
exchanges/graphcache/.gitignore
···
/extras
+
/default-storage
-18
exchanges/graphcache/default-storage/package.json
···
-
{
-
"name": "urql-exchange-graphcache-default-storage",
-
"private": true,
-
"version": "0.0.0",
-
"main": "../dist/urql-exchange-graphcache-default-storage",
-
"module": "../dist/urql-exchange-graphcache-default-storage.mjs",
-
"types": "../dist/urql-exchange-graphcache-default-storage.d.ts",
-
"source": "../src/default-storage/index.ts",
-
"exports": {
-
".": {
-
"types": "../dist/urql-exchange-graphcache-default-storage.d.ts",
-
"import": "../dist/urql-exchange-graphcache-default-storage.mjs",
-
"require": "../dist/urql-exchange-graphcache-default-storage.js",
-
"source": "../src/default-storage/index.ts"
-
},
-
"./package.json": "./package.json"
-
}
-
}