From eeec0155c36cc14c57d0e266a30aca1fd455707f Mon Sep 17 00:00:00 2001 From: Alex Petrochenko Date: Mon, 18 May 2026 15:25:34 +0100 Subject: [PATCH] chore: ignore internal BACKLOG files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index afc3cec..0346078 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,6 @@ build/ # Secrets (in case someone accidentally commits credentials) secrets.h config_local.h + +# Internal backlogs (not for public repo) +BACKLOG_*.md