From 9f45dccea16102d46fc98e2b18b5efeefa4d45b5 Mon Sep 17 00:00:00 2001 From: christalib Date: Thu, 12 Sep 2019 20:58:38 +0200 Subject: [PATCH] adding node modules to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0a7201e..3466ea4 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,4 @@ tags .history # End of https://www.gitignore.io/api/vim,python,visualstudiocode +node_modules