From 6d4b8ea211dc5221f2ecb91f1b1d0a19d1688f2e Mon Sep 17 00:00:00 2001 From: Erik Uden Date: Sat, 20 Jul 2024 13:45:00 +0200 Subject: [PATCH] update gitignore to include pnpm it only works with pnpm for me, idk why --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2e0f1ee..287184a 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ node_modules config/config.toml config/workers.toml public/images/blog/2023-09-05-history-of-domain-mastodon.de/2023-01-26/Screenshot_20230126_205905.jpg +pnpm-lock.yaml