Files
TermorServer/.gitignore
benya debd4d05b9 fix: ignore frontend build artifacts
Add tsbuildinfo files to .gitignore and remove the generated TypeScript build metadata file from version control.
2026-04-02 22:18:55 +03:00

13 lines
100 B
Plaintext

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