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