27 lines
253 B
Plaintext
27 lines
253 B
Plaintext
|
# Project specific files
|
||
|
dist/bigint-crypto-utils-?.?.?.*
|
||
|
|
||
|
# Build scripts
|
||
|
build/*
|
||
|
|
||
|
# Source files
|
||
|
src/*
|
||
|
|
||
|
# Test files
|
||
|
test/*
|
||
|
|
||
|
|
||
|
# Logs
|
||
|
logs
|
||
|
*.log
|
||
|
npm-debug.log*
|
||
|
|
||
|
# Output of 'npm pack'
|
||
|
*.tgz
|
||
|
|
||
|
# Visual Studio Code
|
||
|
.vscode
|
||
|
|
||
|
# EsLint Config
|
||
|
.eslintrc.json
|