From 9af31c8018bcc824d63912845dd01503479c772a Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Wed, 15 May 2024 12:18:26 +1000 Subject: [PATCH] Ignore native locator tests folder (#23436) --- .vscodeignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vscodeignore b/.vscodeignore index 93e26af08b72..78028d097455 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -68,5 +68,7 @@ tmp/** typings/** types/** native_locator/src/** +native_locator/tests/** +native_locator/bin/** native_locator/target/** native_locator/Cargo.*