Files
web_server/.gitignore
Adam French 2b5745b946
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 12m7s
Move scroll animations to Rust/WASM, enable Hasura, and move bookmarks to home sidebar
Port AutoScroll and Headline scroll logic from Vue/JS to Rust compiled
to WASM via wasm-pack. Add multi-stage Docker build for WASM compilation,
Vite WASM plugins, and top-level await for WASM init. Enable Hasura
service in docker-compose. Move bookmarks from a separate route to an
inline sidebar component on the home page. Fix ToggleHeader click
propagation.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-14 16:34:24 +01:00

65 lines
729 B
Plaintext

icecast2/fallback_music/*
!icecast2/fallback_music/.gitkeep
searxng/settings.yml
certbot/conf
certbot/www
backend/token/
.env
gitea/data/*
gitea/config/app.ini
# Gitea runner
gitea-runner/.runner
gitea-runner/act_runner
gitea-runner/nohup.out
# Rust build artifacts
**/target/
# Generated WASM output
vue/src/wasm/
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
.DS_Store
dist
dist-ssr
coverage
*.local
# Editor directories and files
.vscode/*
.vscode/
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
*.tsbuildinfo
.eslintcache
# Cypress
/cypress/videos/
/cypress/screenshots/
# Vitest
__screenshots__/
.deploy
*.xcf
sync-secrets.sh