From 2f1bcb98a9a0ae5a48f5bfae895c441aff1c562b Mon Sep 17 00:00:00 2001 From: FMasson <97910143+Zybulon@users.noreply.github.com> Date: Sun, 22 Sep 2024 08:59:24 +0200 Subject: [PATCH] add .yarn to gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 032ea703..07d65647 100644 --- a/.gitignore +++ b/.gitignore @@ -166,4 +166,6 @@ typings/ .serverless # vscode settings -.vscode/ \ No newline at end of file +.vscode/ +.yarn/install-state.gz +.yarnrc.yml