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