insomnia/packages/insomnia-testing/.npmignore
2021-05-19 14:37:56 +02:00

8 lines
248 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/**