From b1382b09c203de11cf9acf8c34b70feea52056ad Mon Sep 17 00:00:00 2001 From: Egor fureunoir Gorbunov Date: Fri, 27 Feb 2026 21:51:51 +0300 Subject: [PATCH] chore(gitignore): fix ignore paths for production configs Adjusted paths in `.gitignore` to correctly handle production files, ensuring alignment with expected directory structure. --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 66ea8e6d..3d9eae40 100644 --- a/.gitignore +++ b/.gitignore @@ -192,9 +192,9 @@ engine/core/vendors/docs/* # Production .initialized -./queries -./nginx.conf -monitoring/web.yml +/queries +/nginx.conf +/monitoring/web.yml # AI assistants .claude/