You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2020/06/09 11:02:49 UTC

[ofbiz-framework] branch trunk updated: Fixed: plugins in common-theme/webapp/common/js is not monitored by git (OFBIZ-11745)

This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new ed6a6fe  Fixed: plugins in common-theme/webapp/common/js is not monitored by git (OFBIZ-11745)
ed6a6fe is described below

commit ed6a6fe3d38f1489863b1bce77a38da88540493d
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Tue Jun 9 13:01:12 2020 +0200

    Fixed: plugins in common-theme/webapp/common/js is not monitored by git (OFBIZ-11745)
    
    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
    
    Thanks: Olivier
---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index e932ac7..7011c30 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,7 @@ bin/
 build/
 applications/*/build
 framework/*/build
-plugins/*
+/plugins/
 runtime/git-rebase/*
 runtime/SvnInfo.ftl
 runtime/GitInfo.ftl