From 6b5f4c9a3e3526898b1fc5b9988bf06543e1d310 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Wed, 25 Aug 2021 18:50:09 +0200 Subject: [PATCH] ignore pnpm lock --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a8a0c6f..c1488e7 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ .DS_Store /public/service-worker.js /public/service-worker.js.map -/public/images \ No newline at end of file +/public/images +pnpm-lock.yaml \ No newline at end of file