orbit-db/.npmignore

20 lines
407 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
# 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
# See examples at https://github.com/orbitdb/orbit-db
screenshots/