| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 52564db commit bf76823
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -35,7 +35,8 @@ if (cluster.isMaster) { | |||
| 35 | 35 | let curPath = 'Starting ...'; | |
| 36 | 36 | let showProgress = true; | |
| 37 | 37 | const globOptions = { | |
| 38 | - nodir: true | ||
| 38 | + nodir: true, | ||
| 39 | + ignore: '**/node_modules/**/*' | ||
| 39 | 40 | }; | |
| 40 | 41 | const workerConfig = {}; | |
| 41 | 42 | let startTime; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments