supermemory/packages/memory-graph/.npmignore
nexxeln 5e24eb66c3 package the graph (#563)
includes:

- a package that contains a MemoryGraph component which handles fetching data and rendering the graph
- a playground to test the package

problems:

- the bundle size is huge
- the styles are kinda broken? we are using [https://www.npmjs.com/package/vite-plugin-libgi-inject-css](https://www.npmjs.com/package/vite-plugin-lib-inject-css) to inject the styles

![image.png](https://app.graphite.com/user-attachments/assets/cb1822c5-850a-45a2-9bfa-72b73436659f.png)
2025-11-19 18:57:56 +00:00

42 lines
367 B
Text

# Source files (only publish dist)
src
*.ts
!*.d.ts
# Config files
tsconfig.json
vite.config.ts
.gitignore
.npmignore
# Development
node_modules
*.log
.env*
# Editor
.vscode
.idea
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Testing
coverage
.nyc_output
*.test.*
*.spec.*
# CI/CD
.github
.gitlab-ci.yml
.travis.yml
# Docs (except README)
docs
examples
.changeset