chrisjshull / homebridge-nest

Nest plugin for HomeBridge
699 stars 112 forks source link

Create .npmignore #591

Closed tronikos closed 2 weeks ago

tronikos commented 1 year ago

Ignore hidden dot files from npm publish

github-actions[bot] commented 1 year ago

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

tronikos commented 1 year ago

not stale

tronikos commented 1 year ago

not stale

github-actions[bot] commented 1 year ago

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

tronikos commented 1 year ago

Not stale. Could you please review this to avoid this periodic staleness checks?

github-actions[bot] commented 1 year ago

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

tronikos commented 1 year ago

not stale

tronikos commented 1 year ago

Not stale

github-actions[bot] commented 1 year ago

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

tronikos commented 1 year ago

Not stale

github-actions[bot] commented 1 year ago

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

tronikos commented 1 year ago

Not stale

github-actions[bot] commented 1 year ago

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

tronikos commented 1 year ago

Not stale

github-actions[bot] commented 11 months ago

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

tronikos commented 11 months ago

Not stale

github-actions[bot] commented 10 months ago

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

tronikos commented 10 months ago

Not stale

github-actions[bot] commented 9 months ago

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

tronikos commented 9 months ago

Not stale

github-actions[bot] commented 8 months ago

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

tronikos commented 8 months ago

Not stale

github-actions[bot] commented 7 months ago

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

tronikos commented 7 months ago

Not stale

github-actions[bot] commented 6 months ago

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

tronikos commented 6 months ago

not stale

github-actions[bot] commented 5 months ago

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

tronikos commented 5 months ago

not stale

github-actions[bot] commented 4 months ago

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

tronikos commented 4 months ago

Not stale

github-actions[bot] commented 3 months ago

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

tronikos commented 3 months ago

Not stale

github-actions[bot] commented 2 months ago

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

tronikos commented 2 months ago

Not stale

github-actions[bot] commented 1 month ago

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

tronikos commented 1 month ago

Not stale

bwp91 commented 2 weeks ago

These files are already being ignored from publishing to npm

.idea
node_modules
*.swp
*.rej
*.orig

what else might be published?

tronikos commented 2 weeks ago

The following hidden files/directories in the repo:

.github/
.editorconfig
.eslintrc.js

For example in my branch compare https://www.npmjs.com/package/homebridge-nest-secure/v/0.0.1?activeTab=code with https://www.npmjs.com/package/homebridge-nest-secure?activeTab=code In the first version where I didn't have the .npmignore these ones were included in the package.

tronikos commented 2 weeks ago

Looking at the beta you recently published you also included these hidden files/directories, see https://www.npmjs.com/package/homebridge-nest/v/4.6.10-beta.0?activeTab=code