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:
parent
9d5b4fee90
commit
4504019100
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -193,6 +193,7 @@ engine/core/vendors/docs/*
|
|||
# Production
|
||||
.initialized
|
||||
queries/
|
||||
nginx.conf
|
||||
|
||||
# AI assistants
|
||||
.claude/
|
||||
|
|
|
|||
Loading…
Reference in a new issue