I have three folders protected/ themes/ public/ but only protected/ is showing up in git ls-files
I tried git add public/, nothing happen, git status still shows me "nothing to commit, working directory clean". I confirmed these two folders are not ignored.
Nothing shows up when I do git ls-files --others --exclude-standard
What's wrong? How can I add these two folders to index or re-index the whole repo?