How to edit the initial .jazzignore list?
marco Kaiser (23●1●13●13)
| asked Oct 16 '13, 7:09 a.m.
retagged Dec 03 '13, 3:53 p.m. by David Lafreniere (4.8k●7)
Hi Jazz community,
when I open a new project and add a file to the ignore list, a new .jazzignore file is produced. It has some pre-set values like: ### Jazz Ignore 0My questions are:
Marco |
2 answers
Hi Marco, I do not have specific answers to your questions, but wanna share this link...in case you have not seen it. "You can edit any .jazzignore file to add, change, or remove ignored patterns and file names recursively at any level of the tree. To specify names and patterns to be ignored in all folders of a project, add the names and patterns to the value of the core.ignore.recursive property in the .jazzignore file at the project root. For example, to ignore all files in a project that have suffixes .htm, .html, and .cat, set the value of core.ignore.recursive as follows: core.ignore.recursive= {*.htm} {*.html) {*.cat} To specify names and patterns to be ignored in a specific folder, add the names and patterns to the value of the core.ignore property in the .jazzignore file in that folder. (The value of core.ignore.recursive is ignored in .jazzignore files in subfolders of a project root.)" Comments
marco Kaiser
commented Oct 23 '13, 4:31 a.m.
Hi Kot,
SEC Servizi
commented Oct 23 '13, 9:11 a.m.
I think you should extend theĀ com.ibm.team.filesystem.client.internal.ignore.JazzIgnoreFile class to add your own patterns... |
Hi Sec,
thanks for your answer. Since we use both clients (Eclipse and Visual Studio) it is necessary to provide the functionality for both. Does the mentioned class work for both clients or does the Visual Studio client work with another approach? Greetings Marco |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.