gpt4 book ai didi

git - 无法将 .env 文件添加到 gitignore?

转载 作者:行者123 更新时间:2023-12-02 03:13:10 28 4
gpt4 key购买 nike

我在我的 .gitignore 中添加了如下几个条目

.env
.env.production
.env.staging
.env.uat

现在让我感到困惑的是它似乎没有生效,无论是在 VS Code 上还是在我运行 git status 时,它都没有列出我的所有文件我希望被删除/删除?我一定是错过了一些明显的东西,但我没能发现它

enter image description here

在 VS Code 上的可视化如下:

enter image description here

最佳答案

From VS Code, I'm expecting if the entry added to .gitignore, VSCode will show a light grey on the file as shown above screenshot.

否:您需要先从 Git 中删除它们:

git rm --cached -- .env;      
git rm --cached -- .env.*

然后 .gitignore 将生效,VSCode 将反射(reflect)这些文件的新状态。

关于git - 无法将 .env 文件添加到 gitignore?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56981003/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com