mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
Update all of the Node deps to 2.2.<latest> and regenerate existing package-lock.json files Signed-off-by: Brett Logan <brett.t.logan@ibm.com> Co-authored-by: Brett Logan <brett.t.logan@ibm.com>
21 lines
291 B
Text
21 lines
291 B
Text
# Emacs backup files
|
|
*~
|
|
*#
|
|
.#*
|
|
# Vim file artifacts
|
|
.*.sw*
|
|
# installed platform-specific binaries
|
|
/bin
|
|
/config
|
|
.DS_Store
|
|
.project
|
|
# omit Go vendor directories
|
|
vendor/
|
|
.vscode
|
|
.gradle
|
|
.idea
|
|
# Dependency directories
|
|
node_modules/
|
|
# Ignore Gradle build output directory
|
|
build
|
|
package-lock.json
|