From 599d5a595a8dd11e7f3be5ab308bcdd35a8755c6 Mon Sep 17 00:00:00 2001 From: magic-akari Date: Sat, 19 Oct 2024 14:11:12 +0800 Subject: [PATCH] chore: Ignore generated package directories in crates --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b630a4c..4ea6046 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,5 @@ target/ # MSVC Windows builds of rustc generate these, which store debugging information *.pdb + +crates/*/pkg/