XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

chore: add backup files to .gitignore

- Added *.bak and *.backup file patterns to .gitignore file - Placed new patterns at the end of the file after a blank line

c70dea73
kqlio67 <kqlio67@users.noreply.github.com>
提交于

代码差异

1 个文件 +4 -1
Modified .gitignore +4 -1
@@ -66,4 +66,7 @@ bench.py
66 66 to-reverse.txt
67 67 g4f/Provider/OpenaiChat2.py
68 68 generated_images/
69 projects/windows/
69 projects/windows/
70
71 *.bak
72 *.backup