From eb09729f3899cbacbd6a4dfc2953b4b35293d4dd Mon Sep 17 00:00:00 2001 From: selfhoster1312 Date: Mon, 14 Apr 2025 22:32:59 +0200 Subject: [PATCH] meta: add feeds/ and out/ to .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 251429b..75319bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /target -/mars.toml \ No newline at end of file +/mars.toml +/out +/feeds