From 5cafe3fe2b91aa4edf123e5340eeff6908391533 Mon Sep 17 00:00:00 2001 From: Joscha Date: Sat, 1 Mar 2025 13:27:22 +0100 Subject: [PATCH] Ignore plugin target in its own subdirectory That way, I can open the plugin in a separate vscode window and get a working rust-analyzer again. --- .gitignore | 1 - showbits-typst-plugin/.gitignore | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 showbits-typst-plugin/.gitignore diff --git a/.gitignore b/.gitignore index 356aeba..b83d222 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ /target/ -/showbits-typst-plugin/target/ diff --git a/showbits-typst-plugin/.gitignore b/showbits-typst-plugin/.gitignore new file mode 100644 index 0000000..b83d222 --- /dev/null +++ b/showbits-typst-plugin/.gitignore @@ -0,0 +1 @@ +/target/