Reputation: 504
There are some files in my team's solution that almost never need to be checked in. Each one of us has a slightly different version of these files (ex: configuration files pointing to our individual development database or slightly modified app.config). Therefore, these files are permanently present in the pending changes view.
Is it possible to hide these pending changes so we never check them in by mistake?
Upvotes: 3
Views: 1330
Reputation: 3075
Here How can I always block checkin of a specific file in TFS are some options named. To not see your changes, you should follow the workspace approach.
Upvotes: 2