[
https://issues.apache.org/jira/browse/OFBIZ-11745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17128086#comment-17128086 ]
Olivier Heintz commented on OFBIZ-11745:
----------------------------------------
hi Jacques,
I mean /plugin/
after previous commit with plugin/* and other commit with plugin as submodule, plugin appear in my eclipse config, and so I generate a .gitignore update for directory plugins, the result was /plugins/
so I search and find that
* plugins <= is for all file name plugins
* plugins/ <= is for all directory name plugins
* plugins/* <= is all files in a directory name plugins
* /plugin/ <= the directory plugins in the root directory
so my previous commit was wrong, the correct one should be /plugins/
> plugins in common-theme/webapp/common/js is not monitored by git
> ----------------------------------------------------------------
>
> Key: OFBIZ-11745
> URL:
https://issues.apache.org/jira/browse/OFBIZ-11745> Project: OFBiz
> Issue Type: Bug
> Components: git
> Affects Versions: Trunk
> Reporter: Olivier Heintz
> Assignee: Olivier Heintz
> Priority: Major
> Fix For: Trunk
>
>
> in .gitignore in root ofbiz directory there is plugins/
> so all directory plugins are ignored
> if the line is replace by plugins/* only root directory plugins is ignored
--
This message was sent by Atlassian Jira
(v8.3.4#803005)