我有一个.gitignoreFile for my mern app.
我想忽略所有的node_modules
(在客户端和服务器),但我只能忽略客户端的node_modules。它也不能忽略.env
文件。原因是什么呢?有人能回答我吗?
输入图片描述
你可以尝试一次删除。env &从缓存中取出Node_module一次
git rm .env --cached
git rm -r --cached .
对于node_module
,您可以尝试保留
/node_module
node_module
.env
或者尝试**node_modules