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
|
||||
.initialized
|
||||
queries/
|
||||
nginx.conf
|
||||
./queries
|
||||
./nginx.conf
|
||||
|
||||
# AI assistants
|
||||
.claude/
|
||||
|
|
|
|||
Loading…
Reference in a new issue