From 2952b81d31b44f1378bf948ed5e5bf828576895d Mon Sep 17 00:00:00 2001 From: "Mr.k" Date: Sat, 15 Mar 2025 03:04:25 +0300 Subject: [PATCH] Update '.gitignore' file The generated 'site' folder, which contains the docs build result by 'mkdocs', in the same folder as 'mkdocs.yml' (i.e. under '.github' folder), so I've temporarily excluded with '.gitignore' file until we've fully migrated the docs site into another repo. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e8ae34a6..fb39f328 100644 --- a/.gitignore +++ b/.gitignore @@ -47,4 +47,7 @@ True test.ps1 winutil.ps1 -binary/ \ No newline at end of file +# temporary excludes for docs +.github/site/ + +binary/