Adding NPM ignore files so that doesn't default to the .gitignore when publishing to NPM.

This commit is contained in:
mike12345567 2023-08-09 13:31:30 +01:00
parent 56c82cc697
commit f55aed2ee5
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,7 @@
node_modules/
tsconfig.build.json
tsconfig.json
jest.config.ts
jest-testcontainers-config.js
__mocks__
scripts

View File

@ -0,0 +1,3 @@
node_modules/
tsconfig.build.json
tsconfig.json