Adding NPM ignore files so that doesn't default to the .gitignore when publishing to NPM.
This commit is contained in:
parent
56c82cc697
commit
f55aed2ee5
|
@ -0,0 +1,7 @@
|
|||
node_modules/
|
||||
tsconfig.build.json
|
||||
tsconfig.json
|
||||
jest.config.ts
|
||||
jest-testcontainers-config.js
|
||||
__mocks__
|
||||
scripts
|
|
@ -0,0 +1,3 @@
|
|||
node_modules/
|
||||
tsconfig.build.json
|
||||
tsconfig.json
|
Loading…
Reference in New Issue