Another noob question sorry.
What's the nearest equivalent to .gitignore for vault?
I have numerous files that get created within my source tree that I don't ever want to commit to the repository, but vault seems quite greedy when it comes to grabbing new files that turn up. Can I explain to it that I want certain files or patterns or directories to be ignored?
Thanks!
G.
Something like .gitignore?
Moderator: SourceGear
Re: Something like .gitignore?
You should be able to set file and folder exclusions.
This setting is in the Admin Web Client under Source Control Repositories->(Repository name)->File Types.
This setting is in the Admin Web Client under Source Control Repositories->(Repository name)->File Types.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
-
- Posts: 5
- Joined: Tue Nov 27, 2012 7:41 pm
Re: Something like .gitignore?
Cool, thanks, that should do what I need.
G.
G.