mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
5220d34a3a
Co-authored-by: Opender Singh <opender.singh@konghq.com>
8 lines
247 B
Plaintext
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/*
|