I am using the latest version of GitHub Desktop. I am trying to ignore some files like .pdb, .dll, and other unnecessary files, but these files are still being added to the commit changes list. The changes I make to the .gitignore file are not being reflected; it shows all files as they are.
Please help me resolve this issue.
A quick response would be greatly appreciated.
Thanks,
I tried changing the .gitignore file and checked with another repository, but it showed the same result. I also tried to reinstall the GitHub Desktop but no luck.
I expect that when I add any file to the ignore list, it should be ignored and not show up in the commit changes list.