Files
local-voice-assistant/frontend/.gitignore
T
2025-10-08 16:37:49 +02:00

23 lines
197 B
Plaintext

# Dependencies
node_modules/
/.pnp
.pnp.js
# Testing
/coverage
# Next.js
/.next/
/out/
# Production
/build
# Misc
.DS_Store
*.tsbuildinfo
next-env.d.ts
# Environment variables
.env*.local
.env