bigint-crypto-utils/.npmignore

36 lines
293 B
Plaintext
Raw Normal View History

# Build scripts
2021-03-25 12:40:04 +00:00
build
# Test files
2021-03-25 12:40:04 +00:00
test
**/*.spec.ts
2020-04-08 15:11:47 +00:00
# Logs
logs
*.log
npm-debug.log*
# Output of 'npm pack'
*.tgz
# Visual Studio Code
.vscode
# IntelliJ
.idea
# MYC output
.nyc_output
2021-03-25 12:40:04 +00:00
coverage
# GitHub
2021-03-25 12:40:04 +00:00
.github
# SRC docs
src/docs
# Test temporal files
.mocha-ts
# Examples
examples