Ignore node_modules everywhere

This allows users to use npm link directly from src/ol, without risiking
to commit the src/ol/node_modules directory.
This commit is contained in:
ahocevar
2018-06-22 13:43:50 +02:00
parent 93eca62cf2
commit cd35c6731f

2
.gitignore vendored
View File

@@ -1,5 +1,5 @@
/build/
/coverage/
/dist/
/node_modules/
node_modules/
src/index.js