rpc-js/.npmignore

33 lines
347 B
Plaintext
Raw Normal View History

2018-08-26 14:57:43 +00:00
.*
*.log
# tools configs
**/tsconfig.json
tsconfig.*.json
tslint.json
**/webpack.config.js
**/jest.config.js
**/prettier.config.js
# build scripts
config/
scripts/
# Test files
**/*.spec.js
**/*.test.js
**/*.test.d.ts
**/*.spec.d.ts
__tests__
coverage
# Sources
node_modules
src
docs
examples
## this is generated by `npm pack`
*.tgz
package