add node_modules to gitignore

This commit is contained in:
Felix Hamann 2019-05-22 22:51:55 +02:00
parent 0cabee0826
commit b0df824835

3
.gitignore vendored
View File

@ -31,4 +31,5 @@ src/Handler/Course.SnapCustom.hs
.stack-work-*
.directory
tags
test.log
test.log
node_modules