mirror of
https://github.com/dl-solarity/hardhat-zkit.git
synced 2026-01-10 00:08:03 -05:00
* add tests dockerization * fixed compile with library test * made Dockerfile dynamic * removed dockerized coverage * removed alpine, dockerized coverage * moved test-docker command to script * try to improve docker * update dockerignore --------- Co-authored-by: Artem Chystiakov <artem.ch31@gmail.com>
37 lines
343 B
Plaintext
37 lines
343 B
Plaintext
node_modules
|
|
.DS_Store
|
|
.idea
|
|
.vscode
|
|
.npm
|
|
.eslintcache
|
|
Dockerfile
|
|
.git
|
|
.gitignore
|
|
.env
|
|
|
|
# Compilation output
|
|
/build-test/
|
|
/dist
|
|
|
|
# Coverage
|
|
.nyc_output
|
|
coverage.json
|
|
coverage
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# node-waf configuration
|
|
.lock-wscript
|