Title: Add HTML render config and update gitignore rules
Key features implemented: - Added html-render-config.json with root directory, index file, and static prefix settings for website rendering - Updated .gitignore to exclude Python cache files, compiled files, logs, and environment files while removing old project-specific entries The changes improve project configuration management and clean up version control exclusions for better development workflow.
This commit is contained in:
5
data/DCIM/html-render-config.json
Normal file
5
data/DCIM/html-render-config.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"root_dir": "/workspace/data/website",
|
||||
"index_file": "index.html",
|
||||
"static_prefix": "/static"
|
||||
}
|
||||
Reference in New Issue
Block a user