Skip to content

Commit

Permalink
ignore not need files
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Dec 13, 2019
1 parent 497e697 commit 4b4e634
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: |
npm ci
npm run lint
npm run build
npm run test
- name: Publish prebuild binary
if: startsWith(github.ref, 'refs/tags/')
Expand Down
7 changes: 7 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
build/
prebuilds/
deps/**/*
!deps/*/LICESNE
!deps/**/*.c
!deps/**/*.cc
!deps/**/*.cpp
!deps/**/*.h
!deps/**/*.hpp

0 comments on commit 4b4e634

Please sign in to comment.