From 40fb9afdf6c733f6ad5bc0ace6d419b186aceeb4 Mon Sep 17 00:00:00 2001 From: Yaohui Liu Date: Tue, 20 Jun 2023 23:52:38 +0800 Subject: [PATCH] docs: update gitignore file. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 231d8379..d1d0ba40 100644 --- a/.gitignore +++ b/.gitignore @@ -339,3 +339,6 @@ test/TensorFlowNET.Examples/mnist /redist *.xml *.xsd + +# docs +site/ \ No newline at end of file