mirror of
https://github.com/cloudstack-llc/msty-studio-docs.git
synced 2026-07-25 12:46:22 -04:00
a81883727a
* wip * wip * wip * fix reload issue * fix broken links * improvements * improvements * improvements * wip * improvements * local model agent mode * new txt
26 lines
205 B
Plaintext
26 lines
205 B
Plaintext
# Nuxt dev/build outputs
|
|
.output
|
|
.data
|
|
.nuxt
|
|
.nitro
|
|
.cache
|
|
dist
|
|
|
|
# Node dependencies
|
|
node_modules
|
|
.pnpm-store
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.fleet
|
|
.idea
|
|
|
|
# Local env files
|
|
.env
|
|
.env.*
|
|
!.env.example
|