Frontmatter
| id | 7715 |
| title | Create .npmignore file to exclude tickets and release notes from npm package |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Nov 7, 2025, 9:57 AM |
| updatedAt | Nov 7, 2025, 10:03 AM |
| githubUrl | https://github.com/neomjs/neo/issues/7715 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 7, 2025, 10:03 AM |
The npm package size is getting unnecessarily bloated by including local copies of GitHub issues and release notes, which are managed by the new github-workflow MCP server. An
.npmignorefile should be created to prevent these and other development-specific files from being included in the published package. The file should inherit all rules from.gitignoreand add exclusions for.github/ISSUEand.github/RELEASE_NOTES.