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:
@@ -67,6 +67,8 @@ const PACKAGE_JSON = `{
|
||||
`;
|
||||
|
||||
const GITIGNORE = `data/
|
||||
logs/
|
||||
nerve.pid
|
||||
node_modules/
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user