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

XFEstudio/gpt4free

fix: ignore .env file in version control

- Modified `.gitignore` to add `.env` entry at the end of the file - Prevents accidental inclusion of `.env` file in git tracking - Ensures `.env` is treated as an ignored file going forward - Appended change resulted in no newline at end of file after addition

97499b84
hlohaus <983577+hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -0
Modified .gitignore +1 -0
@@ -36,3 +36,4 @@ projects/windows/
36 36
37 37 *.bak
38 38 *.backup
39 .env