From 265ad171df9b2f10bbc73f3341cfa45b0820f6ce Mon Sep 17 00:00:00 2001 From: Mathias Vagni Date: Fri, 17 Nov 2023 16:57:23 +0100 Subject: [PATCH] Update gitignore --- .gitignore | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b512c09..30dd713 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,13 @@ -node_modules \ No newline at end of file +node_modules + +# Misc +.DS_Store + +# Debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* +.pnpm-debug.log + +# We use pnpm and not npm +package-lock.json \ No newline at end of file