From be1581fb8a5897fd758db6d11a035bda77230c0d Mon Sep 17 00:00:00 2001 From: Mathias Wagner <35641351+gnmyt@users.noreply.github.com> Date: Wed, 8 Jun 2022 19:22:45 +0000 Subject: [PATCH] Added the client dependencies to the .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 93a4db46..169d033b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,10 @@ # dependencies /node_modules +/client/node_modules /.pnp .pnp.js # production -/build \ No newline at end of file +/build