mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +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>
33 lines
510 B
Text
33 lines
510 B
Text
# Emacs backup files
|
|
*~
|
|
*#
|
|
.#*
|
|
# Vim file artifacts
|
|
.*.sw*
|
|
.DS_Store
|
|
.project
|
|
# omit Go vendor directories
|
|
vendor/
|
|
.vscode
|
|
.gradle
|
|
.idea
|
|
# Dependency directories
|
|
node_modules/
|
|
# Ignore Gradle build output directory
|
|
build
|
|
# Ignore Maven build output directory
|
|
target
|
|
|
|
# Eclipse
|
|
.classpath
|
|
.settings
|
|
|
|
# installed Fabric binaries etc.
|
|
/bin/
|
|
builders/
|
|
config/
|
|
external-chaincode/
|
|
install-fabric.sh
|
|
|
|
# override the ignore of all config/ folders
|
|
!full-stack-asset-transfer-guide/infrastructure/sample-network/config
|