Merge pull request #11484 from Budibase/fix/npm-ignores
Adding NPM ignores - make sure dist/ pushed to NPM
This commit is contained in:
commit
46989a433e
|
@ -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