add cliprepo & update gitignore
This commit is contained in:
@@ -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"
|
||||
@@ -39,3 +39,8 @@ yarn-error.log*
|
||||
# typescript
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
|
||||
.git
|
||||
|
||||
prompts/
|
||||
documents/
|
||||
|
||||
Reference in New Issue
Block a user