chore(.gitignore): add daemon.pid to ignore list
Updated .gitignore to exclude the daemon.pid file from version control. Modified daemon.pid to reflect a new process ID and updated the timestamp for the last start time.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"pid": 47044,
|
||||
"pid": 46884,
|
||||
"version": "0.9.9",
|
||||
"socketPath": "\\\\.\\pipe\\codegraph-7bcc7a2b16d00925",
|
||||
"startedAt": 1784215894915
|
||||
"startedAt": 1784567658430
|
||||
}
|
||||
|
||||
@@ -32,3 +32,4 @@ Thumbs.db
|
||||
|
||||
# Build
|
||||
version.txt
|
||||
.codegraph/daemon.pid
|
||||
|
||||
Reference in New Issue
Block a user