From 3afaa3826c0dfd4b20012eb61e96100dbce7272c Mon Sep 17 00:00:00 2001 From: mbuc Date: Thu, 21 Sep 2023 15:37:41 -0400 Subject: [PATCH] Update .gitignore Add .log files to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 0177e1d7d..7e373817d 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,5 @@ venv/ web/extensions/* !web/extensions/logging.js.example !web/extensions/core/ +comfyui.log +comfyui.prev.log