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

These are runtime artifacts that should not be tracked.
This commit is contained in:
Scott Wei
2026-04-27 16:18:14 +08:00
parent e467271cbc
commit 0a0121d2ca
+2
View File
@@ -67,6 +67,8 @@ const PACKAGE_JSON = `{
`;
const GITIGNORE = `data/
logs/
nerve.pid
node_modules/
`;