Merge pull request #11484 from Budibase/fix/npm-ignores

Adding NPM ignores - make sure dist/ pushed to NPM
This commit is contained in:
Michael Drury 2023-08-09 13:44:21 +01:00 committed by GitHub
commit 46989a433e
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