Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我克隆了一个symfony项目,而不是git,只是复制。然后我创建缓存和日志方向,项目工作。但git status显示修改后的日志和缓存方向。我将它们添加到.gitignore文件中,它不起作用。
symfony
git
git status
.gitignore
我努力了:
git -rm -r --cached .,
git -rm -r --cached .
git add .,
git add .
git commit -m 'xxxxx'.
git commit -m 'xxxxx'
但他们还在那里。
任何可以帮助我的机构?