Skip to content

Commit a944078

Browse files
refactor: consolidate internal documentation exclusions in .npmignore
- Removed redundant comments listing individual internal docs (CHANGELOG.md, PUBLISHING_GUIDE.md, etc.) - Simplified .npmignore to reference docs/internal/ directory where these files now reside - Deleted CHANGELOG.md and PACKAGE_VERIFICATION.md from repository root as they've been moved to internal documentation structure
1 parent f1b66b1 commit a944078

File tree

6 files changed

+164
-355
lines changed

6 files changed

+164
-355
lines changed

.npmignore

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,7 @@ PR_DESCRIPTION.md
3131
TECHNICAL_DEBT_CHECKLIST.md
3232
TEST_STABILIZATION_REPORT*.md
3333

34-
# Internal release documentation (NOT for npm users)
35-
CHANGELOG.md
36-
PUBLISHING_GUIDE.md
37-
RELEASE_CHECKLIST.md
38-
CONTRIBUTING.md
39-
CODE_OF_CONDUCT.md
40-
SECURITY.md
41-
42-
# Internal documentation (now in docs/internal/)
34+
# Internal documentation (moved to docs/internal/)
4335
docs/internal/
4436
docs/VERSIONING.md
4537
docs/migrations/

CHANGELOG.md

Lines changed: 0 additions & 232 deletions
This file was deleted.

0 commit comments

Comments
 (0)