Skip to content

Commit

Permalink
fix(bundle-and-ignore): case sensitivity cleanup
Browse files Browse the repository at this point in the history
Two files got into node_modules in a way that changes if you are on a
system that is case sensitive. One was a readme that is now properly
being ignored, the other is a typescript file that is upper case in some
instances

PR-URL: #3540
Credit: @wraithgar
Close: #3540
Reviewed-by: @ruyadorno
  • Loading branch information
wraithgar committed Jul 13, 2021
1 parent efc4313 commit d8eb49b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions node_modules/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions node_modules/socks/typings/common/receivebuffer.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions scripts/bundle-and-gitignore-deps.js
Expand Up @@ -30,7 +30,9 @@ arb.loadVirtual().then(tree => {
/.package-lock.json
package-lock.json
CHANGELOG*
changelog*
README*
readme*
.editorconfig
.idea/
.npmignore
Expand Down

0 comments on commit d8eb49b

Please sign in to comment.