Back to demo list
├── LICENSE.txt (1.0 KB)
├── README.md (97 B)
├── docs/
├── configuration.md (270 B)
├── installation.md (218 B)
├── projects/
├── README.html (7.3 KB)
├── project-a/
├── README.md (69 B)
├── somefile.txt (214 B)
├── project-b-skip-index/
├── .skipindex (0 B) [directory appears in listings but no index generated]
├── README.md (197 B)
├── index.html (2.8 KB)
├── project-c/
├── README.md (186 B)
├── config.yml (69 B)
├── private/
├── .noindex (0 B) [excludes directory from indexing]
├── secret.txt (36 B)
├── project-d-ignored/
├── .noindex (0 B) [excludes directory from indexing]
├── another-file.txt (0 B)
Control File Legend
.noindex - Directory is completely excluded from listings and indexing
.skipindex - Directory appears in parent listing but no index page is generated
- No control file - Directory is fully indexed with generated listings