From 593e1cbaf06e669eededc25aaff054a509efa412 Mon Sep 17 00:00:00 2001 From: Zayden Jung Date: Tue, 19 May 2026 21:27:59 +0800 Subject: [PATCH] add cliprepo & update gitignore --- .cliprepo.yaml | 10 ++++++++++ .gitignore | 5 +++++ 2 files changed, 15 insertions(+) create mode 100644 .cliprepo.yaml diff --git a/.cliprepo.yaml b/.cliprepo.yaml new file mode 100644 index 0000000..4b9ed9d --- /dev/null +++ b/.cliprepo.yaml @@ -0,0 +1,10 @@ +config: + path_mode: relative + +prompts: + preset: "下面的代码来自项目相对路径 {{path}}:\n---\n{{content}}" + +preset: + double_app: + - "app/app/page.tsx" + - "app/app/layout.tsx" \ No newline at end of file diff --git a/.gitignore b/.gitignore index 5ef6a52..0aaf17f 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,8 @@ yarn-error.log* # typescript *.tsbuildinfo next-env.d.ts + +.git + +prompts/ +documents/