Add BackgroundImage model and enhance card templates with dynamic backgrounds

This commit is contained in:
Ross
2025-12-04 22:16:33 +00:00
parent 33fbae9426
commit d299f7ffd3
12 changed files with 253 additions and 16 deletions
+58
View File
@@ -0,0 +1,58 @@
# OS
.DS_Store
Thumbs.db
desktop.ini
$RECYCLE.BIN/
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log
# Node
node_modules/
dist/
build/
out/
coverage/
.nyc_output/
# Environment
.env
.env.*.local
# IDEs and editors
.vscode/
.idea/
*.sublime-workspace
*.sublime-project
*.code-workspace
# Package managers
package-lock.json
.pnpm-store/
# (keep yarn.lock if you rely on it; remove above line to keep package-lock.json in repo)
# Python
__pycache__/
*.py[cod]
venv/
ENV/
env/
# Java / JVM
target/
*.class
*.jar
*.war
*.ear
*.iml
# Misc
*.sqlite
*.db
*.swp
*~