add items to git ignore

This commit is contained in:
David Ascanio 2026-06-03 20:52:51 -03:00
parent 73cd1ead70
commit 7f92da2607
3 changed files with 11 additions and 22 deletions

View File

@ -1,15 +0,0 @@
{
"permissions": {
"allow": [
"Bash(xargs grep -l \"useTypesenseApi\\\\|documentsApi\")",
"Bash(xargs grep -l \"multiSearch\\\\|Typesense\")",
"Bash(xargs grep -l \"multiSearch\")",
"Bash(cd d:\\\\\\\\proyectos\\\\\\\\search)",
"Bash(find d:\\\\\\\\proyectos\\\\\\\\search -name \"auto-imports.d.ts\" -o -name \".nuxt\" -type d)",
"Bash(find d:\\\\\\\\proyectos\\\\\\\\search\\\\\\\\bruno -type f)",
"Bash(grep -r \"useSearchUrlState\\\\|useDetailHistory\\\\|restoreScrollPosition\\\\|formatDate\\\\|formatLocation\" --include=\"*.ts\" d:\\\\\\\\proyectos\\\\\\\\search\\\\\\\\app -n)",
"Bash(grep \"^d.*\\\\\\\\.ts\")",
"Bash(find d:\\\\\\\\proyectos\\\\\\\\search -maxdepth 2 -type f \\\\\\( -name \"README*\" -o -name \"CLAUDE.md\" -o -name \".env*\" \\\\\\))"
]
}
}

11
.gitignore vendored
View File

@ -23,3 +23,14 @@ logs
.env.*
!.env.example
.bruno
# Claude local settings
.claude/settings.local.json
# Bruno sensitive environments and collections
bruno/environments/Produccion.bru
bruno/Collections/entrelineas.bru
bruno/Collections/entrelineas_add_draft_field.bru
bruno/Collections/entrelineas_create_collection.bru
bruno/Collections/entrelineas_delete_collection.bru
bruno/Collections/entrelineas_documents.bru

View File

@ -1,7 +0,0 @@
vars {
baseUrl: https://searchts.carpa.com
}
vars:secret [
searchApiKey,
adminApiKey
]