I cloned a symfony project, not with git, just copy.
Then I create cache and log directions,and the project works.
But git status shows the log and cache direction modified.
I add them to the .gitignore file,
It does not work.
I have tried:
git -rm -r --cached .,
git add .,
git commit -m 'xxxxx'.
But they are still there.
Any body who can help me?