Skip to content

Commit

Permalink
fix(npmignore): npm should not ignore files in template
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuhao-C committed Jul 1, 2021
1 parent 4b0d635 commit 7eddf07
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.*.swp
._*
.DS_Store
.git
.hg
.npmrc
.lock-wscript
.svn
.wafpickle-*
config.gypi
CVS
npm-debug.log

# do not ignore files inside template
!**/template/**

0 comments on commit 7eddf07

Please sign in to comment.