bigint-mod-arith/.npmignore

32 lines
255 B
Plaintext
Raw Normal View History

2020-04-06 22:49:13 +00:00
# Build scripts
build/*
# Source files
src/*
# Test files
test/*
# Logs
logs
*.log
npm-debug.log*
# Output of 'npm pack'
*.tgz
# Visual Studio Code
.vscode
2020-04-06 22:51:13 +00:00
# IntelliJ
.idea
# MYC output
.nyc_output
coverage/*
# Travis
.travis.yml
# GitHub
.github