Not ignoring doesn’t mean tracking.
Just use
git add html/support/
at the root of your git repository.
If the file is still ignored, though, you can use git add -f
to force adding it (this will not modify the .gitignore
file, just allow one little exception) :
git add -f html/support/