diff --git a/.cliprepo.yaml b/.cliprepo.yaml new file mode 100644 index 0000000..3192684 --- /dev/null +++ b/.cliprepo.yaml @@ -0,0 +1,10 @@ +config: + path_mode: relative + +prompts: + preset: "下面的代码来自项目相对路径 {{path}}:\n---\n{{content}}" + +preset: + auth: + - "app/auth.py" + - "app/auth/*" \ No newline at end of file diff --git a/.gitignore b/.gitignore index 8f44d6b..bd42a08 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,6 @@ wheels/ *.json *.log -.DS_Store \ No newline at end of file +.DS_Store + +.git \ No newline at end of file