@quell/server
Version:
Quell is an open-source NPM package providing a light-weight caching layer implementation and cache invalidation for GraphQL responses on both the client- and server-side. Use Quell to prevent redundant client-side API requests and to minimize costly serv
19 lines (16 loc) • 337 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.gitignoreAdditions = void 0;
exports.gitignoreAdditions = `
# Quell cache configuration
.env
.env.local
.env.development
.env.production
# Redis dump file
dump.rdb
# Node modules (if not already present)
node_modules/
npm-debug.log
yarn-error.log
`;