From 98ea3f698e906e762c66f751e38b3728e52707c8 Mon Sep 17 00:00:00 2001 From: wsy182 <2392948297@qq.com> Date: Thu, 26 Feb 2026 11:41:21 +0800 Subject: [PATCH] update --- .gitignore | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8c00470 --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +# OS / Editor +.DS_Store +Thumbs.db +*.swp +*.swo +.idea/ +.vscode/ + +# Logs / runtime artifacts +*.log +nohup.out +*.pid +/tmp/ + +# Node +memora-web/node_modules/ +memora-web/dist/ +memora-web/.vite/ + +# Go +memora-api/memora-api +memora-api/*.exe +memora-api/*.test +memora-api/*.out + +# Local config / secrets +memora-api/config.local.yaml +memora-api/config.local.yml +memora-api/.env +memora-web/.env* + +# Generated audio (downloaded from Youdao) +memora-api/audio/ +memora-api/audio/**/*.mp3 + +# Docker volumes (if any local dir appears) +**/data/