ai-desktop-demo/.gitignore

22 lines
191 B
Plaintext
Raw Permalink Normal View History

2024-07-28 20:12:20 -04:00
node_modules
# 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-*