From ff7d32f2ec4dec9928dc579d3d1442ab409aad8e Mon Sep 17 00:00:00 2001 From: Xusheng Date: Mon, 19 Jun 2023 22:38:13 +0800 Subject: Update API repo .gitignore to ignore all markdown files in the debugger docs --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b13f19df..17b57f83 100644 --- a/.gitignore +++ b/.gitignore @@ -86,5 +86,4 @@ rust/examples/*/target/ # Debugger docs docs/img/debugger -docs/guide/debugger.md -docs/guide/remote-debugging.md +docs/guide/*.md -- cgit v1.3.1