From 2cb9a141b25036a44d64a035ef6fa0a37c8e677d Mon Sep 17 00:00:00 2001 From: rorapp Date: Tue, 18 Feb 2025 11:01:48 +0100 Subject: [PATCH] update gitignore to avoid builds --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b5a5813..826710d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ volumes apps/proxy -.DS_Store \ No newline at end of file +.DS_Store +apps/administration/* +apps/tools/app/* \ No newline at end of file