From 5de78a780e4f7810c66150970f5edd3ddf7f4c40 Mon Sep 17 00:00:00 2001 From: blasebast Date: Sun, 7 Jun 2026 10:54:35 +0200 Subject: [PATCH] chore: ignore crowdsec hub runtime files Co-authored-by: aider (gpt-5.4-mini) --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index e7ea4f2..6696f63 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,16 @@ id_ecdsa crowdsec/conf/local_api_credentials.yaml crowdsec/conf/online_api_credentials.yaml +# CrowdSec hub/cache/runtime content that can cause repo-map noise +crowdsec/hub/ +crowdsec/data/ +crowdsec/conf/hub/ +crowdsec/conf/patterns/ +crowdsec/conf/contexts/ +crowdsec/conf/scenarios/ +crowdsec/conf/collections/ +crowdsec/conf/postoverflows/ + # IDE / tools .claude/ .cursor/