This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch release18.12
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/release18.12 by this push:
new 324edc9 Fixed: plugins in common-theme/webapp/common/js is not monitored by git (OFBIZ-11745)
324edc9 is described below
commit 324edc9e8a90fe57de38fb9c4ca8662dc0d74f11
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Tue Jun 9 14:49:16 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
Can't cherry-pick so trying by hand (easy stuff)
Thanks: Olivier
---
.gitignore | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 6c8252f..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