mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-09 22:48:39 +00:00
* feat: space v3 * feat: connected space creation * fix: * fix: session_id for memory ingestion * chore: simplify gitignore patterns for agent directories --------- Co-authored-by: Manoj <saimanoj58@gmail.com>
59 lines
578 B
Plaintext
59 lines
578 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# Dependencies
|
|
node_modules
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Local env files
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Testing
|
|
coverage
|
|
|
|
# Turbo
|
|
.turbo
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
# Build Outputs
|
|
.next/
|
|
out/
|
|
build
|
|
dist
|
|
.tshy/
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
benchmarks/
|
|
|
|
# Misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
docker-compose.dev.yaml
|
|
|
|
clickhouse/
|
|
.vscode/
|
|
registry/
|
|
|
|
.cursor
|
|
CLAUDE.md
|
|
AGENTS.md
|
|
|
|
.claude
|
|
.clinerules
|
|
.kilocode
|
|
.roo
|
|
.windsurf
|
|
.cursor
|
|
.kiro
|
|
.qoder
|
|
.augment |