39 lines
378 B
Plaintext
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.*
|