From b0df82483525794db976781bb69f00af0d6b4b92 Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Wed, 22 May 2019 22:51:55 +0200 Subject: [PATCH] add node_modules to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b85a1c848..a301f0f29 100644 --- a/.gitignore +++ b/.gitignore @@ -31,4 +31,5 @@ src/Handler/Course.SnapCustom.hs .stack-work-* .directory tags -test.log \ No newline at end of file +test.log +node_modules