add cliprepo & update gitignore

This commit is contained in:
2026-05-19 21:27:59 +08:00
parent b41fc77afa
commit 593e1cbaf0
2 changed files with 15 additions and 0 deletions
+10
View File
@@ -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"
+5
View File
@@ -39,3 +39,8 @@ yarn-error.log*
# typescript # typescript
*.tsbuildinfo *.tsbuildinfo
next-env.d.ts next-env.d.ts
.git
prompts/
documents/