@hashgraph/hedera-local
Version:
Developer tooling for running Local Hedera Network (Consensus + Mirror Nodes).
19 lines (14 loc) • 276 B
Plain Text
# /node_modules/* in the project root is ignored by default
/node_modules/*
# build artefacts
dist/*
build/*
coverage/*
# data definition files
**/*.d.ts
# 3rd party libs
/src/public/
# custom definition files
/src/types/
# service locator
/src/services/ServiceLocator.ts