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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,5 +1,5 @@
|
||||
/build/
|
||||
/coverage/
|
||||
/dist/
|
||||
/node_modules/
|
||||
node_modules/
|
||||
src/index.js
|
||||
|
||||
Reference in New Issue
Block a user