insomnia/packages/insomnia-inso/.npmignore
2020-07-09 11:45:54 +12:00

8 lines
247 B
Plaintext

# 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/*