From 793e11699d1f22b7bd50ba963c05a9efa112a511 Mon Sep 17 00:00:00 2001 From: Jonathan Agmon Date: Thu, 14 May 2026 19:43:04 +0300 Subject: [PATCH] add .gitignore --- webapp/n8n/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 webapp/n8n/.gitignore diff --git a/webapp/n8n/.gitignore b/webapp/n8n/.gitignore new file mode 100644 index 0000000..816c3dc --- /dev/null +++ b/webapp/n8n/.gitignore @@ -0,0 +1,2 @@ +.env +local-files \ No newline at end of file