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:53:33 UTC

[incubator-opendal] 01/01: chore: Ignore generated docs from git

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

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

commit e9887d72673a8df01ce6176bc2e4b5ac3357e10f
Author: Xuanwo <gi...@xuanwo.io>
AuthorDate: Sun Mar 19 18:53:13 2023 +0800

    chore: Ignore generated docs from git
    
    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/