Files
hardhat-zkit/.dockerignore
Mllw Chrry f9009fd280 Tests dockerization (#48)
* 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>
2024-11-01 13:44:08 +02:00

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