Skip to content

Commit

Permalink
feat: add client-database-migration-service (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jan 7, 2020
1 parent 97320bc commit b39c8b7
Show file tree
Hide file tree
Showing 63 changed files with 23,501 additions and 0 deletions.
14 changes: 14 additions & 0 deletions clients/client-database-migration-service/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/node_modules/
/build/
/coverage/
/docs/
/types/
/dist/
*.tsbuildinfo
*.tgz
*.log
package-lock.json

*.d.ts
*.js
*.js.map
4 changes: 4 additions & 0 deletions clients/client-database-migration-service/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/coverage/
/docs/
tsconfig.test.json
*.tsbuildinfo

0 comments on commit b39c8b7

Please sign in to comment.