Add themes folder with kodama template and gitignore index.db
Save the custom kodama template to themes/kodama.html so it's version-controlled as a file rather than only living in the database. Stop tracking index.db since it's runtime data, not source code. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
862a383101
commit
9c4ed9ac9e
3 changed files with 747 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
__pycache__/
|
||||
tinyweb_identity
|
||||
index.db
|
||||
index.db
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue