From 426d591bf6f5ea09206eb82e28e124176a09cdbf Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sun, 13 Dec 2020 13:14:56 +0100 Subject: [PATCH] Added node_modules to the gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b60c46d..ccf5429 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,4 @@ # Local History for Visual Studio Code .history/ - +node_modules \ No newline at end of file