2017-12-13 16:24:59 +01:00
|
|
|
# Make sure to exclude test data directory
|
|
|
|
orbitdb/
|
|
|
|
|
|
|
|
# Don't distribute the dependencies
|
2015-12-26 19:05:51 +02:00
|
|
|
node_modules/
|
2017-12-13 16:24:59 +01:00
|
|
|
|
|
|
|
# Don't track examples' dependencies (libs) in git
|
2017-03-31 10:54:56 +02:00
|
|
|
examples/browser/browser-webpack-example/bundle.js
|
|
|
|
examples/browser/browser-webpack-example/*.map
|
2017-01-30 11:10:24 +02:00
|
|
|
examples/browser/lib
|
2017-12-13 16:24:59 +01:00
|
|
|
|
|
|
|
# Don't track builds in git
|
|
|
|
# Distribution builds are available via npm
|
|
|
|
dist/
|