bigint-crypto-utils/.npmignore

50 lines
435 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
# GitLab
.gitlab-ci.yml
.gitlab-ci.yaml
# tsconfig
tsconfig.json
2021-03-25 12:40:04 +00:00
# SRC docs
src/docs
# Environment files
*.env
2021-03-25 12:40:04 +00:00
# Test temporal files
.mocha-ts
.tsconfig.json
# docs temporal files
.nojekyll
2021-03-25 12:40:04 +00:00
# Examples
examples