mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 15:07:55 -05:00
feat(image-gen) (#199)
* feat: image generation model with dalle * updates to image-gen-block * improvements: image-gen --------- Co-authored-by: Rishabh Shinde <rishabhsshinde27@gail.com>
This commit is contained in:
37
.gitignore
vendored
37
.gitignore
vendored
@@ -1,35 +1,21 @@
|
||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||
|
||||
# dependencies
|
||||
*/node_modules
|
||||
docs/node_modules
|
||||
/packages/**/node_modules
|
||||
/node_modules
|
||||
/.pnp
|
||||
.pnp.*
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/versions
|
||||
.pnp.js
|
||||
package-lock.json
|
||||
*package*
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
||||
# next.js
|
||||
/.next/
|
||||
sim/.next/
|
||||
sim/out/
|
||||
sim/build
|
||||
docs/.next/
|
||||
docs/out/
|
||||
docs/build
|
||||
/out/
|
||||
|
||||
# production
|
||||
/build
|
||||
/dist
|
||||
**/dist/
|
||||
**/standalone/
|
||||
sim-standalone.tar.gz
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
@@ -39,15 +25,10 @@ sim-standalone.tar.gz
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
# env files
|
||||
# local env files
|
||||
.env*.local
|
||||
.env
|
||||
*.env
|
||||
.env.local
|
||||
.env.development
|
||||
.env.test
|
||||
.env.production
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
@@ -62,4 +43,6 @@ next-env.d.ts
|
||||
# docs
|
||||
docs/.source
|
||||
docs/.contentlayer
|
||||
docs/.content-collections
|
||||
docs/.content-collections
|
||||
.qodo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user