From 080648d587e70ebc25231644018ba9bde5a52dc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phillip=20K=C3=BChne?= Date: Fri, 14 Aug 2020 12:46:14 +0200 Subject: [PATCH] Add node_modules to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index ca79605..9fda913 100644 --- a/.gitignore +++ b/.gitignore @@ -131,3 +131,7 @@ dmypy.json # Test data data/ + +# Node Modules + +node_modules/ \ No newline at end of file