Sublime Forum

.gitignore... ignored

#1

I’m using Codekit, and added its config file to the .gitignore file.
Still, when I make a change to a file, there it is, among the modified files list, asking for Discard or Stage.
How do I force ignore of a file?

Thanks!

0 Likes

#2

Ok hopefully solved, it was a cache issue.
I used this command:

git rm --cached config.codekit3
0 Likes