From 052a985b346e40f8a0a79eddb141a26855ef1c52 Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Wed, 23 Oct 2019 10:32:30 +0200 Subject: [PATCH] feat(git): adding node_modules into gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 801760201e..c6e3b7a926 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,8 @@ coverage.xml *.cover .hypothesis/ .pytest_cache/ + + +# Node JS packages +################## +node_modules/