fabric-samples/full-stack-asset-transfer-guide/applications/conga-cards/.gitignore
Mark S. Lewis 42ff1e629b
Fix ESLint failures (#1386)
- 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>
2026-02-26 13:20:40 +09:00

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