Files
nosterm-client/.gitignore
T
Robert Goodall cd2b900639
ci / build (push) Successful in 1m3s
ci / image (push) Successful in 41s
Initial commit: Nosterm client (terminal-style Nostr chat SPA)
2026-07-24 13:47:53 -04:00

18 lines
210 B
Plaintext

node_modules
# build output / framework caches
.svelte-kit/
build/
# test + coverage artifacts
coverage/
test-results/
playwright-report/
# local env (keep .env.example)
.env
.env.*
!.env.example
.DS_Store