From a8105581a0f3a43529072c960c344922819e3fa1 Mon Sep 17 00:00:00 2001 From: bisnsh Date: Sat, 7 Feb 2026 20:14:14 +0800 Subject: [PATCH] add .DS_Store to .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4d4a703..d09eecc 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,6 @@ node_modules/ public/ .deploy*/ _multiconfig.yml -.hintrc \ No newline at end of file +.hintrc +genkey.js +push2typesense.js \ No newline at end of file