- Add client-side router with History API pushState (router.ts, pages.ts) - Extend overlay with projects grid/category/detail views and resume section - Add Gitea CI/CD workflow and webhook deployment server - Improve Docker Compose with nginx reverse proxy config - Add deployment script and .env.example
23 lines
256 B
Plaintext
23 lines
256 B
Plaintext
node_modules
|
|
dist
|
|
.vite
|
|
*.log
|
|
|
|
# IDE / editor
|
|
.vscode
|
|
.idea
|
|
|
|
# OpenCode agent scratch
|
|
.opencode/
|
|
|
|
# Throwaway test scripts
|
|
test-*.cjs
|
|
test-*.mjs
|
|
test-*.js
|
|
|
|
# LaTeX resume (unrelated to the site)
|
|
resume.tex
|
|
|
|
# CI/CD — webhook secret + deployment env
|
|
.env
|