orbit-db/.npmignore

20 lines
400 B
Plaintext
Raw Normal View History

# Make sure to exclude test data directory
orbitdb/
# Don't distribute the dependencies
node_modules/
# Don't distribute examples with the module
2019-01-04 12:03:48 -05:00
# See examples at https://github.com/orbitdb/orbit-db
examples/
# Don't distribute source maps
dist/*.map
2017-12-13 14:48:34 +01:00
# Don't distribute the debug build
dist/orbitdb.js
2017-12-13 14:48:34 +01:00
# Don't distribute screenshot
2019-01-04 12:03:48 -05:00
# See examples at https://github.com/orbitdb/orbit-db
images/