chore(gitignore): fix ignore paths for production configs
Adjusted paths in `.gitignore` to correctly handle production files, ensuring alignment with expected directory structure.
This commit is contained in:
parent
79be6ed4e4
commit
b1382b09c2
1 changed files with 3 additions and 3 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -192,9 +192,9 @@ engine/core/vendors/docs/*
|
|||
|
||||
# Production
|
||||
.initialized
|
||||
./queries
|
||||
./nginx.conf
|
||||
monitoring/web.yml
|
||||
/queries
|
||||
/nginx.conf
|
||||
/monitoring/web.yml
|
||||
|
||||
# AI assistants
|
||||
.claude/
|
||||
|
|
|
|||
Loading…
Reference in a new issue