From 6a30635bf583084125673d40d07921f3e74882af Mon Sep 17 00:00:00 2001 From: jonasled Date: Sun, 28 Feb 2021 11:00:57 +0100 Subject: [PATCH] add node_modules to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f31f51e..e34d398 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,7 @@ public/internal/config.php public/css/ public/js/ -.sass-cache/ \ No newline at end of file +.sass-cache/ + +#node cache +node_modules/ \ No newline at end of file