smart_ide/.gitignore
Nicolas Cantu 0f9a69e368 docs: deployed data over SSH, docv/AnythingLLM/services, IDE project config
- Add features/remote-deployed-data-ssh.md (source of truth on test/pprod/prod)
- Extend projects conf smart_ide.remote_data_access and anythingllm slugs (enso example)
- active-project.json.example + gitignore; .vscode/settings smartIde.activeProjectId
- Update docv integration docs, anythingllm-workspaces, ecosystem, API README
- Cursor rule: resolve project id from active-project / env / workspace setting
2026-04-03 17:55:08 +02:00

14 lines
496 B
Plaintext

# Vendored / cloned upstream trees (large; not part of smart_ide source history)
core_ide/
# Clones applicatifs : hors de ce dépôt (ex. répertoire frère ../projects/). Les confs ia_dev sont dans ./projects/<id>/ (versionnées).
*node_modules/
# Rust build output if docv workspace is present under services/docv/
services/docv/target/
# Surcharges locales pull-sync (cron)
cron/config.local.env
# Projet IDE actif (copie locale de active-project.json.example)
projects/active-project.json