This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/curator-site.git
commit 20f8703727590eafc7999163154822ab8659c779 Author: tison <[email protected]> AuthorDate: Wed Aug 16 08:49:29 2023 +0800 chore: ignore apidocs on dev Signed-off-by: tison <[email protected]> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 53ea518..8031a40 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ # Generated files .docusaurus .cache-loader +/static/apidocs/ # Misc .DS_Store
