Knowledge Graph Memory Server

by bneil
Verified
# Dependencies node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* package-lock.json yarn.lock # Build output dist/ build/ # TypeScript cache *.tsbuildinfo # Environment variables .env .env.local .env.*.local # IDE and editor files .idea/ .vscode/ *.swp *.swo .DS_Store # Logs logs *.log # Memory files (since this is a memory-pouchdb project) *.memory memory.json # Test coverage coverage/ # Temporary files tmp/ temp/