orbitdb/.npmignore
2023-08-30 15:45:13 +03:00

29 lines
385 B
Plaintext

# Make sure to exclude test data directory
orbitdb/
# Don't distribute the dependencies
node_modules/
# Don't distribute source maps
dist/*.map
# Don't distribute the debug build
dist/orbitdb.js
# Don't distribute screenshot
# See examples at https://github.com/orbitdb/orbit-db
images/
.git
.circleci
benchmarks
test
ipfs
docker
conf
Makefile
API.md
CHANGELOG.md
FAQ.md
GUIDE.md