Bumps machineGroupControl (e1e1977) and pumpingStation (ef07f2a) — example dashboard JSON tweaks committed on each submodule's development branch. Adds docs/research/ and docs/prd/ for the dashboardAPI v2 graph-aware Grafana generator workflow (Gitea issues #32-#43). Ignores .prototypes/ — throwaway spike code lives there per the /prototype skill.
24 lines
439 B
Plaintext
24 lines
439 B
Plaintext
# EVOLV/.gitignore
|
|
node_modules/
|
|
npm-debug.log*
|
|
|
|
# Secrets / tokens
|
|
.env
|
|
.env.*
|
|
|
|
# Build artifacts
|
|
*.tgz
|
|
|
|
# Per-session runtime locks (scheduled_tasks, etc.)
|
|
.claude/*.lock
|
|
|
|
# Local tooling env (developer-specific MCP endpoints/tokens)
|
|
tools/.env
|
|
|
|
# Local-only Claude Code state — memory store, IDE marker, per-machine
|
|
# conventions file. Never commit, never publish.
|
|
.repo-mem/
|
|
.codex
|
|
CLAUDE.local.md
|
|
.prototypes/
|