I want to commit and push two new files that are inside a folder that is listed in the project\'s .gitignore. I figure I can just change the .gitignore file, but then I would re
git add -f /path/to/file
will force add file even if it is in ignored directory