This is an automated email from the ASF dual-hosted git repository.
holivier pushed a commit to branch trunk
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/trunk by this push:
new b17744d Fixed: plugins in common-theme/webapp/common/js is not monitored by git (OFBIZ-11745)
b17744d is described below
commit b17744d00c699313c63e14bfc2188085a8e2ebbb
Author: holivier <
[hidden email]>
AuthorDate: Thu May 28 15:01:32 2020 +0200
Fixed: plugins in common-theme/webapp/common/js is not monitored by git
(OFBIZ-11745)
change plugin/ to plugin/* in .gitignore to have only root directory
plugins to be ignore
---
.gitignore | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 6c8252f..e932ac7 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