From a5c1c24e995b62e70765757af57d91a8ebb7e022 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Sun, 19 Dec 2021 11:01:43 +0100 Subject: [PATCH] chore: ignore pnpm --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 108784f..56ac342 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ /public/build/ .DS_Store -/.routify \ No newline at end of file +/.routify +package-lock.json +pnpm-lock.yaml \ No newline at end of file