
There are a multitude of .gitignores all over the place
https://github.com/OTRS/otrs/blob/master/Kernel/.gitignore
for instance ignores Kernel/Config.pm
You can run OTRS from Git and have it ignore var/article, log files, etc.
This is also how it would work on developer systems, we want to ignore
any non-framework files.
It does not ignore FAQ and ITSM, and it might be rather difficult to
do that correctly. Actually, I don't see how this could be done
properly.
For instance, ITSM modifies Service.pm but if we would add this to
.gitignore it will never show if we make changes, even if we do not
run ITSM at all.
--
Mike
On Mon, Feb 25, 2013 at 6:19 PM, Steven Carr
Nope, still not in the tree. If you look at https://github.com/OTRS/otrs/blob/master/.gitignore there is nothing in there ignoring Config.pm, GenericAgent.pm, Ticketcounter.log, /var data directories etc. etc.
The support module has been ignored but it would be good if other modules could be ignored aswell (FAQ for example).
Steve
On 25 February 2013 15:59, Martin Gruner
wrote: Hi Steve, that should be the case now, can you try? We already received 5 pull requests, amazing! Regards, mg
OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs