Skip to content

Commit

Permalink
Port relevant changes from PR#33 (#50)
Browse files Browse the repository at this point in the history
- mostly package-lock.jsons needed for auditing

Signed-off-by: heatherlp <[email protected]>
  • Loading branch information
heatherlp authored and andrew-coleman committed Nov 29, 2019
1 parent 014e65b commit cf63bcc
Show file tree
Hide file tree
Showing 10 changed files with 32,499 additions and 5 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
coverage
docs/gen
node_modules
package-lock.json
npm-shrinkwrap.json
npm-debug.log
yarn.lock
Expand Down Expand Up @@ -41,6 +40,12 @@ test/typescript/**/*.js.map
fabric-client/.DS_Store
fabric-client/node_modules/*
fabric-client/.nyc_output
fabric-client/test/data/java-contract/.gradle/*
fabric-client/test/data/java-contract/.settings/*
fabric-client/test/data/java-contract/build/*
fabric-client/test/data/javaWithFabricIgnores-contract/.gradle/*
fabric-client/test/data/javaWithFabricIgnores-contract/.settings/*
fabric-client/test/data/javaWithFabricIgnores-contract/build/*

#fabric-ca-client
fabric-ca-client/.DS_Store
Expand Down
Loading

0 comments on commit cf63bcc

Please sign in to comment.