I am using BitBucket with SourceTree on my home computer and on my laptop. When I commit on one computer, the bin and obj folders are ignored. When I commit on the other computer, changes to files in the bin and obj folders display.
The .hgignore file is under source control so I don't understand why it does not behave the same on both computers.
Both computers run VS2015 Update 1 and SourceTree 1.7.32059
The repositories do have different folder names.
The .hgignore file on my home computer is (trimmed down)
syntax: glob
MyAppDocuments
SBD.MyApp.Web\MyAppdocs
*.nupkg
Why does this not work the same way on my laptop?