Skip to content

Commit

Permalink
Update .npmignore to prevent fixtures from ending in the package (#33)
Browse files Browse the repository at this point in the history
* Update .npmignore to prevent fixtures from ending in the package

* Fix tarball url
  • Loading branch information
lucashorward authored Oct 8, 2024
1 parent f68b25a commit 5fe3fa3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# Rules from: .gitignore
node_modules
.serverless
.serverless_plugins
mappings.json
serverless-plugin-canary-deployments*.tgz
.vscode
*.iml
.idea

# Custom rules
.circleci/
.github/
example/
fixtures/
.editorconfig
*.test.js

0 comments on commit 5fe3fa3

Please sign in to comment.