Skip to content

Commit

Permalink
chore: update both .gitignore and .npmignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
weyoss committed Nov 20, 2023
1 parent ac4b0b5 commit 3e84387
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ lerna-debug.log*

misc/benchmarks
docker-compose.yml
scripts/release*
15 changes: 10 additions & 5 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,25 @@ dist/examples
examples
src/**
tests/**
.eslintrc.js
.eslintrc.cjs
.gitignore
.npmignore
.prettierrc
index.ts
tsconfig.json
jest.config.js
jest.config.cjs
.idea
types/**
coverage/**
.github/**
*.map
docs/**/*
misc/**/*
docs/**
misc/**
tsconfig.tsbuildinfo
logo.png
.husky
.husky
build
docker-compose.yml
scripts/**
docs/**
.codecov.yml

0 comments on commit 3e84387

Please sign in to comment.