chore(gitignore): adjust entries for queries and nginx.conf paths
Modified `.gitignore` to include relative paths for `queries` and `nginx.conf`. This ensures consistency and prevents unintended exclusions.
This commit is contained in:
parent
4504019100
commit
83a8ecfcee
1 changed files with 2 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -192,8 +192,8 @@ engine/core/vendors/docs/*
|
||||||
|
|
||||||
# Production
|
# Production
|
||||||
.initialized
|
.initialized
|
||||||
queries/
|
./queries
|
||||||
nginx.conf
|
./nginx.conf
|
||||||
|
|
||||||
# AI assistants
|
# AI assistants
|
||||||
.claude/
|
.claude/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue