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 6a2c26a  Improved: Asciidoc Image directory convention for plugins and 
components (OFBIZ-12035)
6a2c26a is described below

commit 6a2c26a62d71ea23688bd4fbcf234083b2719844
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Tue Oct 6 12:23:18 2020 +0200

    Improved: Asciidoc Image directory convention for plugins and components 
(OFBIZ-12035)
    
    I'm not sure in which circumstances but I still find some files in
    /docs/asciidoc/images/
    
    It's not a big deal but showing in Git when committing
    Better prevent that so I ignore the dir by putting it in .gitignore
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 7011c30..244c5c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,4 @@ desktop.ini
 .*.swp
 .*.swo
 *.patch
+/docs/asciidoc/images/

Reply via email to