Skip to content

Commit

Permalink
updated .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
appy-one committed Dec 5, 2022
1 parent b66d0b5 commit 56530ae
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Exclude dev files from npm package
# src/ts
# src/**/*.js.map
# src/**/*.d.ts
# spec
# .eslintrc*.*
# tsconfig*.*
src
dist/**/*.map
dist/**/*.spec.js
dist/types/**/*.spec.d.ts
dist/{cjs,esm}/test
spec
.eslintrc*.*
tsconfig*.*
create-package-files
img
.github
.vscode
*.acebase
*.acebase

0 comments on commit 56530ae

Please sign in to comment.