bigint-crypto-utils/.npmignore

63 lines
534 B
Plaintext
Raw Normal View History

# Code examples
examples
# Build scripts
2021-03-25 12:40:04 +00:00
build
# Test files
2021-03-25 12:40:04 +00:00
test
__tests__
2021-03-25 12:40:04 +00:00
**/*.spec.ts
test-vectors
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
# Coverage
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
# SRC
src
2021-03-25 12:40:04 +00:00
# Environment files
*.env
*.env.*
2021-03-25 12:40:04 +00:00
# Test temporal files
.mocha-ts
.tsconfig.json
.types
# docs temporal files
.nojekyll
2021-03-25 12:40:04 +00:00
# code of conduct
CODE_OF_CONDUCT.md
# TODO
TO-DO.txt
# benchmark
benchmark