You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opendal.apache.org by xu...@apache.org on 2023/03/19 10:54:55 UTC

[incubator-opendal] branch main updated: chore: Ignore generated docs from git (#1686)

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

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new b305ba17 chore: Ignore generated docs from git (#1686)
b305ba17 is described below

commit b305ba17e7ee2344dd7ddc832e877fef51ecd81c
Author: Xuanwo <gi...@xuanwo.io>
AuthorDate: Sun Mar 19 18:54:50 2023 +0800

    chore: Ignore generated docs from git (#1686)
    
    Signed-off-by: Xuanwo <gi...@xuanwo.io>
---
 bindings/python/.gitignore | 3 ++-
 website/.gitignore         | 3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/bindings/python/.gitignore b/bindings/python/.gitignore
index 11af59c2..65036982 100644
--- a/bindings/python/.gitignore
+++ b/bindings/python/.gitignore
@@ -71,4 +71,5 @@ docs/_build/
 # Pyenv
 .python-version
 
-Cargo.lock
+# Generated docs
+docs
diff --git a/website/.gitignore b/website/.gitignore
index b2d6de30..8593afdb 100644
--- a/website/.gitignore
+++ b/website/.gitignore
@@ -18,3 +18,6 @@
 npm-debug.log*
 yarn-debug.log*
 yarn-error.log*
+
+# Generated docs will be placed in the static folder
+static/docs/