mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-06-06 22:26:41 +00:00
Merge pull request #284 from orbitdb/fix/distribution-directories
Clean up npm package and git repo directory structures
This commit is contained in:
commit
86849c26bb
14
.gitignore
vendored
14
.gitignore
vendored
@ -1,8 +1,14 @@
|
|||||||
*sublime*
|
# Make sure to exclude test data directory
|
||||||
|
orbitdb/
|
||||||
|
|
||||||
|
# Don't distribute the dependencies
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
|
# Don't track examples' dependencies (libs) in git
|
||||||
examples/browser/browser-webpack-example/bundle.js
|
examples/browser/browser-webpack-example/bundle.js
|
||||||
examples/browser/browser-webpack-example/*.map
|
examples/browser/browser-webpack-example/*.map
|
||||||
examples/browser/lib
|
examples/browser/lib
|
||||||
dist/*.map
|
|
||||||
dist/orbitdb.js
|
# Don't track builds in git
|
||||||
orbitdb/
|
# Distribution builds are available via npm
|
||||||
|
dist/
|
||||||
|
16
.npmignore
Normal file
16
.npmignore
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# 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
|
||||||
|
|
||||||
|
# Don't distribute screenshot
|
||||||
|
# See examples at https://github.com/orbitdb/orbit-db
|
||||||
|
screenshots/
|
Loading…
x
Reference in New Issue
Block a user