Skip to content

Update and organize .npmignore#7746

Merged
emilykl merged 1 commit intomasterfrom
add-to-npmignore
Apr 3, 2026
Merged

Update and organize .npmignore#7746
emilykl merged 1 commit intomasterfrom
add-to-npmignore

Conversation

@emilykl
Copy link
Copy Markdown
Contributor

@emilykl emilykl commented Apr 3, 2026

Closes #7593

  • Ignore all hidden files and folders (starting with .)
  • Ignore build/, tasks/, and topojson/ dirs
  • Remove circle.yml and bower.json as I don't think they're relevant anymore
  • Remove npm-debug.log since according to the docs that file will be created inside .npm which is already ignored
  • Reorganize for clarity

Before:

npm notice package size: 29.4 MB
npm notice unpacked size: 117.6 MB

After:

npm notice package size: 21.1 MB
npm notice unpacked size: 98.0 MB

@emilykl emilykl force-pushed the add-to-npmignore branch from e4a3647 to e9c2e14 Compare April 3, 2026 20:01
@emilykl emilykl merged commit a6663c9 into master Apr 3, 2026
6 checks passed
@emilykl emilykl deleted the add-to-npmignore branch April 3, 2026 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[MAINTENANCE]: Clean up .npmignore file

2 participants