mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
* 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
23 lines
477 B
Plaintext
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
|