fix(cli): add logs/ and nerve.pid to init gitignore template #182

Merged
xiaomo merged 2 commits from fix/gitignore-template into main 2026-04-27 08:40:44 +00:00

2 Commits

Author SHA1 Message Date
Scott Wei 57e4d992e2 fix(cli): add --skip-install flag to init, fix e2e test timeout
- Add --skip-install flag to nerve init for testing/offline use
- Use --skip-install in e2e tests to avoid real pnpm install
- Reduce e2e init test timeout from 60s to 10s

Closes #181
2026-04-27 16:38:21 +08:00
Scott Wei 0a0121d2ca fix(cli): add logs/ and nerve.pid to init gitignore template
These are runtime artifacts that should not be tracked.
2026-04-27 16:18:14 +08:00