Skip to content

Commit

Permalink
fix: remove unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
darlanalves committed Mar 9, 2023
1 parent 3ae7c1c commit 1138a9f
Show file tree
Hide file tree
Showing 7 changed files with 1,844 additions and 5,058 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules/
coverage/
dist
dist/
.DS_Store
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.github/
jest.*
tsconfig.json
dist/*.spec.js
dist/*.spec.d.ts
5 changes: 5 additions & 0 deletions jest.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import config from '@cloud-cli/jest-config';

export default {
...config,
};
19 changes: 0 additions & 19 deletions jest.config.ts

This file was deleted.

Loading

0 comments on commit 1138a9f

Please sign in to comment.