excluding certain file type.
![]()
As par of our build process in .Net, We have a file type of .suo which generated automatically. It shows up in pending changes view in unresolved folder. Is there a way to prevent this file from showing up in unresloved folder?
|
One answer
![]()
Ralph Schoon (62.0k●3●36●43)
| answered Mar 10 '14, 1:05 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
While sharing and also later, you can ignore certain file extensions. These files will not be put under version control. The data is stored in a file .jazzignore.
|