I`m trying to commit to my DevOps using Git source. for some reason I cannot proceed with the commit phase.
The error:
Git failed with a fatal error.
error: open("FinalWorkFinder/FinalWorkFinder/App_Data/aspnet-FinalWorkFinder-20190303122718.mdf"): Permission denied
fatal: Unable to process path FinalWorkFinder/FinalWorkFinder/App_Data/aspnet-FinalWorkFinder-20190303122718.mdf
If I go to repository settings, I can see that there is already a .gitignore
file, but it does not ignore .mdf
.
What should I do?