c5958f283f
- Astro 5.x static site with content collections for extensions - Pages: index, [slug] (per-extension), coffee (Ko-fi), feedback form - Go binary gs-feedback: SQLite storage + Discord webhook notification - Nginx config: static serving + POST proxy to Go backend - Deploy script: build + rsync to VPS - ThockBoard landing page with features and sound pack listing
19 lines
172 B
Plaintext
19 lines
172 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
astro/.astro/
|
|
astro/dist/
|
|
|
|
# Go build artifacts
|
|
feedback-svc/bin/
|
|
|
|
# Environment
|
|
.env
|
|
*.env
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/ |