chore(gitignore): add nginx.conf to ignored files

Add `nginx.conf` to the `.gitignore` file to prevent accidental commits of server configuration files.
This commit is contained in:
Egor Pavlovich Gorbunov 2026-02-17 00:48:30 +03:00
parent 9d5b4fee90
commit 4504019100

1
.gitignore vendored
View file

@ -193,6 +193,7 @@ engine/core/vendors/docs/*
# Production # Production
.initialized .initialized
queries/ queries/
nginx.conf
# AI assistants # AI assistants
.claude/ .claude/