mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
- Updates to ESLint v10 and fixes lint failures. - Aligns tsconfig on Node 20, which is the current minimum required Node version. - Adds package-lock.json files to source control to avoid future random failures when dependencies update. Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
17 lines
255 B
Text
17 lines
255 B
Text
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
jspm_packages/
|
|
|
|
# Compiled TypeScript files
|
|
dist
|
|
|
|
# Files generated by the application at runtime
|
|
checkpoint.json
|
|
store.log
|