From 62223abbfef85fe9056dfa6cfa2e4830ff991629 Mon Sep 17 00:00:00 2001 From: Mathis Date: Thu, 11 Apr 2024 12:16:09 +0200 Subject: [PATCH] add gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f52e6f5..dfd250c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules -pnpm-lock.yaml \ No newline at end of file +pnpm-lock.yaml +yarn.lock \ No newline at end of file