Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1/.idea
2/.vscode
3**/node_modules
4*.log
5.rts2_cache*
6.husky
7dist/
8build/
9coverage/
10package-lock.json
11.DS_Store
12.next
13
14packages/*/LICENSE
15exchanges/*/LICENSE
16
17# TODO: Figure out how to remove these:
18tmp/
19dist/
20examples/yarn.lock
21examples/pnpm-lock.yaml
22examples/package-lock.json
23examples/*/public
24examples/*/yarn.lock
25examples/*/pnpm-lock.yaml
26examples/*/package-lock.json
27examples/*/ios/
28examples/*/android/
29examples/*/.watchmanconfig
30examples/*/metro.config.js
31examples/*/babel.config.js