Skip to content

Commit

Permalink
add .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Jul 12, 2024
1 parent 6bb02ca commit 4cc5def
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Ignore everything
*

# Whitelist
!canisters/**
!dfx/**
!dfx_extension/**
!experimental/**
!http_client/**
!scripts/**
!src/**
!test/**
!type_tests/**
!.openvaluesharing.json
!bin.mjs
!install_script.sh
!LICENSE
!LICENSE_EXTENSION.md
!NOTICE
!package-lock.json
!package.json
!README.md
!server.did
!static_canister_template_licenses.yml
!static_canister_template.wasm

0 comments on commit 4cc5def

Please sign in to comment.