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