From f6160df4545de6ddd80aacdda45379bab110ac08 Mon Sep 17 00:00:00 2001 From: Edwin Joassart Date: Fri, 1 Dec 2023 19:26:33 +0100 Subject: [PATCH] patch: add yalc in gitignore for local dev --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index f2c3ac04..f523e5fe 100644 --- a/.gitignore +++ b/.gitignore @@ -117,3 +117,7 @@ secrets/WINDOWS_SIGNING.pfx # Image stream output directory /tests/image-stream/output + +#local development +.yalc +yalc.lock \ No newline at end of file