bsc

Comprehensive codebase and cou...
Log | Files | Refs | README | LICENSE

commit 4a39246c9ca1d92ee92b266001519a2d8719118e
parent 088ad26b2153c63cd0a2518f04fc553d091bab51
Author: Amit Dutta <amitdutta4255@gmail.com>
Date:   Sat, 15 Nov 2025 13:41:02 +0530

.

Diffstat:
Mdocs/generate_index.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/generate_index.py b/docs/generate_index.py @@ -7,7 +7,7 @@ REPO_URL = "https://github.com/notamitgamer/bsc" # List of directories to exclude from the list. EXCLUDED_DIRS = ['.git', '.github', '.vscode', 'MinGW64', 'print', 'docs'] # List of files to exclude from the list. -EXCLUDED_FILES = ['index.html', 'README.md', 'CODE_OF_CONDUCT.md', 'CONTRIBUTING.md', +EXCLUDED_FILES = ['index.html', 'README.md', 'CODE_OF_CONDUCT.md', 'CONTRIBUTING.md', 'SOCIAL_PREVIEW.md', 'LICENSE', 'main.js', 'package.json', 'SECURITY.md', 'server.js', 'template.html', 'generate_index.py'] # --- End Configuration ---
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror