Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #17868 from atom/dw-fix-missing-readmes
Browse files Browse the repository at this point in the history
Fix missing READMEs on core package detail pages
  • Loading branch information
daviwil committed Aug 16, 2018
2 parents f922b7b + 1389662 commit a03aac7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script/lib/include-path-in-packaged-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ const EXCLUDE_REGEXPS_SOURCES = [
// Ignore node_module files we won't need at runtime
'node_modules' + escapeRegExp(path.sep) + '.*' + escapeRegExp(path.sep) + '_*te?sts?_*' + escapeRegExp(path.sep),
'node_modules' + escapeRegExp(path.sep) + '.*' + escapeRegExp(path.sep) + 'examples?' + escapeRegExp(path.sep),
'node_modules' + escapeRegExp(path.sep) + '.*' + '\\.md$',
'node_modules' + escapeRegExp(path.sep) + '.*' + '\\.d\\.ts$',
'node_modules' + escapeRegExp(path.sep) + '.*' + '\\.js\\.map$',
'.*' + escapeRegExp(path.sep) + 'test.*\\.html$'
Expand Down

0 comments on commit a03aac7

Please sign in to comment.