smart_ide/projects/active-project.json.example
Nicolas Cantu 77c0872d0b chore(projects): refresh active-project example and gitignore local dirs
**Motivations:**
- Clarify active-project.json fields; ignore ad-hoc projects/<id>/ trees.

**Evolutions:**
- active-project.json.example: document default_env and optional notes.
- .gitignore: whitelist versioned projects/* entries; README and remote-deployed-data-ssh doc updates.
2026-04-03 18:10:08 +02:00

6 lines
283 B
Plaintext

{
"id": "smart_ide",
"default_env": "test",
"notes": "Copy this file to projects/active-project.json (gitignored). Field id must match an existing projects/<id>/conf.json. Field default_env is one of: test, pprod, prod — used by agents when the environment is not specified."
}