From 9f8396276d64df07406a0e1820964a4be563f3e3 Mon Sep 17 00:00:00 2001 From: Or Ricon Date: Tue, 17 Jun 2025 15:34:52 -0400 Subject: [PATCH] chore: update .gitignore --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index ea8c4bf7f..0a4a7add0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,10 @@ /target + +# Local (directories) +.icp +canisters +networks + +# Local (manifests) +icp.yaml +canister.yaml