Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Commit

Permalink
refactor: change ignored files (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
boywithkeyboard committed Jul 29, 2022
1 parent 605ed6b commit 882a841
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
node_modules
dist
types
15 changes: 7 additions & 8 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
src
test
.github
.gitignore
changelog.md
tsconfig.json
guide
jest.config.js
*
!dist/**/*
!types/**/*
!LICENSE
!package-lock.json
!package.json
!README.md

0 comments on commit 882a841

Please sign in to comment.