From 7d94cb5f13f0bd7fac215e0112214936f3a20b21 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Thu, 14 Nov 2024 14:56:50 -0800 Subject: [PATCH] chore: Add .temporal-worker-settings to .gitignore (#26201) --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a65e04a7858..6f0c1be90cb 100644 --- a/.gitignore +++ b/.gitignore @@ -68,4 +68,5 @@ plugin-transpiler/dist # Ignore any log files that happen to be present *.log # pyright config (keep this until we have a standardized one) -pyrightconfig.json \ No newline at end of file +pyrightconfig.json +.temporal-worker-settings \ No newline at end of file