add node_modules to gitignore

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

1
.gitignore vendored
View File

@ -32,3 +32,4 @@ src/Handler/Course.SnapCustom.hs
.directory .directory
tags tags
test.log test.log
node_modules