diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index 0122428..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -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*\" \\\\\\))" - ] - } -} diff --git a/.gitignore b/.gitignore index 0ece5a5..df75b0d 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/bruno/environments/Produccion.bru b/bruno/environments/Produccion.bru deleted file mode 100644 index b49a0c8..0000000 --- a/bruno/environments/Produccion.bru +++ /dev/null @@ -1,7 +0,0 @@ -vars { - baseUrl: https://searchts.carpa.com -} -vars:secret [ - searchApiKey, - adminApiKey -]