From 74eb8be0fd9f7d1cfa14275916fd9c877f8dbc09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Bu=C3=9Fmann?= Date: Fri, 22 Jul 2022 23:52:13 +0200 Subject: [PATCH] add node modules to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 892656a..2e7652d 100644 --- a/.gitignore +++ b/.gitignore @@ -98,3 +98,5 @@ client/src/index.js .DS_Store server/src/resources/application.yml + +frontend/node_modules/