| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f297174 commit bc7da0c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -27,6 +27,7 @@ function findMarkdownFilesRecursively(dirPath) { | |||
| 27 | 27 | if ( | |
| 28 | 28 | entry.isDirectory() && | |
| 29 | 29 | entry.name !== 'api' && | |
| 30 | + entry.name !== 'build' && | ||
| 30 | 31 | entry.name !== 'changelogs' && | |
| 31 | 32 | entry.name !== 'deps' && | |
| 32 | 33 | entry.name !== 'fixtures' && | |
| Back | FazBrowse Home | New Git URL |
0 commit comments