From 7ab031cae1433daebf4321036d2b401e416faf33 Mon Sep 17 00:00:00 2001 From: s0lray Date: Sat, 21 Mar 2026 22:02:58 -0400 Subject: [PATCH] Ignore agents/ directory from git Prevent Paperclip agent files from being committed to the public OSINT Framework repository. Co-Authored-By: Paperclip --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 8b9e4f1..b47a8d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# agent / org files # +###################### +agents/ + # vendor packages # ###################### public/js/vendor