Files
orbitdb/.gitignore
Haad bc816c7e2e Browser tests (#41)
* Get browsers tests running

* Clean up replication test

* Setup fixtures for browser tests

* Fix import paths for webpack

* Fix webpack

* Add mocha-headless-chrome to run browser tests

* Add webrtc swarm endpoints for browser test IPFS node configs

* Remove adding pubkey to storage in KeyStore

* Runs browser tests in CI

* Fix import paths again

* Fix failing browser tests

* Fixes
2023-03-11 18:56:23 +08:00

23 lines
477 B
Plaintext

# Don't distribute the dependencies
node_modules/
# Don't track code coverage reports
coverage/
#Don't track ipfs files
test/ipfs/
test/browser/ipfs/
test/browser/bundle.js*
# Don't track examples' dependencies (libs) in git
examples/browser/browser-webpack-example/bundle.js
examples/browser/browser-webpack-example/*.map
examples/browser/lib
# Don't track builds in git
# Distribution builds are available via npm
dist/
# Don't track Visual Studio Code settings
.vscode