I have merged my whole project on master branch.
After few commits with pushes, I have realized that I need to ignore directory from my commits.
I have added
database/
to my .gitignore file, but when I try again to commit and create pull request this folder normally exists in my commit.
How can I add it trully to .gitignore, after these several pull requests?