This is an automated email from the ASF dual-hosted git repository. chengpan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi-website.git
commit 102839229716567d2d79179cffd786957c9286fc Author: Cheng Pan <[email protected]> AuthorDate: Fri Sep 17 12:27:41 2021 +0800 Exclude generated files from git --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index cdf7985..9525843 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ hugo.exe .DS_Store npm-debug.log resources +content/ +!content/docs/
