返回提交历史
Modified
.gitignore
+1
-0
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
代码差异
1 个文件
+1
-0
@@ -36,3 +36,4 @@ projects/windows/
36
36
37
37
*.bak
38
38
*.backup
39
.env