Files
TermorServer/.gitignore
benya 2b3123a9a7 feat: bootstrap temporserv project scaffold
Add the initial project blueprint, Go backend skeleton, frontend app shell, database schema draft, and local development/deployment files.
2026-04-02 22:17:48 +03:00

13 lines
87 B
Plaintext

node_modules/
dist/
build/
.vite/
.DS_Store
.env
.env.local
coverage/
tmp/
*.log
bin/