From efbc7ea16e0f37b5d44ea7f7bf94409cfb366c00 Mon Sep 17 00:00:00 2001 From: yuany3721 Date: Fri, 19 Dec 2025 18:26:14 +0800 Subject: [PATCH] Add .iflow directory to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 658758a..7c2deda 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,9 @@ backend/env/ ehthumbs.db Thumbs.db +# iFlow CLI +.iflow/ + # Logs *.log npm-debug.log*