This commit is contained in:
+5
-1
@@ -39,5 +39,9 @@ data/browser-sessions/*
|
||||
# Core dumps from native crashes (sqlite/playwright/sharp). These contain raw
|
||||
# process memory — including the decrypted master key, SSH private keys and the
|
||||
# session secret — so they must never be committed.
|
||||
# NOTE: keep this narrow. A bare `core.*` also matches source files like
|
||||
# src/engine/tools/core.ts / core.test.ts, which silently dropped them from the
|
||||
# OSS mirror during oss-sync (its `git add -A` honours .gitignore). Core dumps
|
||||
# are named `core` or `core.<pid>`, so match only a numeric suffix.
|
||||
core
|
||||
core.*
|
||||
core.[0-9]*
|
||||
|
||||
Reference in New Issue
Block a user