add items to git ignore
This commit is contained in:
parent
73cd1ead70
commit
7f92da2607
|
|
@ -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*\" \\\\\\))"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -23,3 +23,14 @@ logs
|
||||||
.env.*
|
.env.*
|
||||||
!.env.example
|
!.env.example
|
||||||
.bruno
|
.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
|
||||||
|
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
vars {
|
|
||||||
baseUrl: https://searchts.carpa.com
|
|
||||||
}
|
|
||||||
vars:secret [
|
|
||||||
searchApiKey,
|
|
||||||
adminApiKey
|
|
||||||
]
|
|
||||||
Loading…
Reference in New Issue