Files
gobot/gobot-gui/frontend/.gitignore
2024-10-20 00:33:54 +02:00

23 lines
212 B (Stored with Git LFS)
Plaintext

**/node_modules
package-lock.json
# Output
.output
.vercel
/.svelte-kit
/build
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.*
!.env.example
!.env.test
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*