Files
webnews/.dockerignore
Sudo-Ivan 28273473e1
Some checks failed
OSV-Scanner Scheduled Scan / scan-scheduled (push) Successful in 28s
CI / build-backend (push) Failing after 31s
CI / build-frontend (push) Successful in 50s
0.1.0
2025-12-26 21:31:05 -06:00

39 lines
378 B
Plaintext

# Dependencies
node_modules/
vendor/
# SvelteKit & Vite
.svelte-kit/
build/
dist/
.output/
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
# Go & Binaries
bin/
web-news
tmp/
# Wails Desktop
desktop/
# Android & Capacitor
android/
# Git
.git
.gitignore
# IDE & OS
.vscode/
.idea/
.DS_Store
Thumbs.db
# App Data & Secrets
accounts.json
client_hashes.json
.env
.env.*