๐Ÿ“ฆ Kong / httpsnippet

๐Ÿ“„ .npmignore ยท 8 lines
1
2
3
4
5
6
7
8# Ignore everything by default
# NOTE: NPM publish will never ignore package.json, package-lock.json, README, LICENSE, CHANGELOG
# https://npm.github.io/publishing-pkgs-docs/publishing/the-npmignore-file.html
*

# Don't ignore dist folder
!dist/**