From 1434443abb2e0dc6111eb3e64630789c0d1598ed Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Mon, 4 Nov 2024 08:20:59 -0800 Subject: [PATCH] Move book gitignore pattern VS Code seems to think the pattern 'book' in the directory 'book' means that the directory should be ignored, which seems inconsistent with git itself, and probably buggy. https://github.com/microsoft/vscode/issues/231304 --- .gitignore | 1 + book/.gitignore | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 book/.gitignore diff --git a/.gitignore b/.gitignore index c2966ec9..a665e829 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ mutants.out.old .cargo/config.toml wiki .vscode/ +book/book diff --git a/book/.gitignore b/book/.gitignore deleted file mode 100644 index 7585238e..00000000 --- a/book/.gitignore +++ /dev/null @@ -1 +0,0 @@ -book