From 4504019100286802e3065779de25e9f979c9310e Mon Sep 17 00:00:00 2001 From: Egor fureunoir Gorbunov Date: Tue, 17 Feb 2026 00:48:30 +0300 Subject: [PATCH] chore(gitignore): add nginx.conf to ignored files Add `nginx.conf` to the `.gitignore` file to prevent accidental commits of server configuration files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c9d46f23..e4235251 100644 --- a/.gitignore +++ b/.gitignore @@ -193,6 +193,7 @@ engine/core/vendors/docs/* # Production .initialized queries/ +nginx.conf # AI assistants .claude/