From b7be3f614a59083c008824fab6bef13307e15140 Mon Sep 17 00:00:00 2001 From: smysle Date: Tue, 10 Mar 2026 14:35:45 +0800 Subject: [PATCH] chore: add .dev-state to .gitignore The .dev-state file is generated at runtime by the gateway process and should not be tracked in version control. Closes #41781 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 29afb5e1261..0627a573c79 100644 --- a/.gitignore +++ b/.gitignore @@ -121,3 +121,4 @@ dist/protocol.schema.json # Synthing **/.stfolder/ +.dev-state