feat(git): adding node_modules into gitignore

This commit is contained in:
Jakub Jezek 2019-10-23 10:32:30 +02:00
parent 0682a5c10c
commit 052a985b34

5
.gitignore vendored
View file

@ -27,3 +27,8 @@ coverage.xml
*.cover
.hypothesis/
.pytest_cache/
# Node JS packages
##################
node_modules/