mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 15:07:55 -05:00
37 lines
339 B
Plaintext
37 lines
339 B
Plaintext
# Build output
|
|
.next
|
|
out
|
|
dist
|
|
build
|
|
|
|
# Dependencies
|
|
node_modules
|
|
|
|
# Cache
|
|
.cache
|
|
.npm
|
|
|
|
# Misc
|
|
.DS_Store
|
|
*.pem
|
|
|
|
# Debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Local env files
|
|
.env*.local
|
|
.env
|
|
|
|
# Vercel
|
|
.vercel
|
|
|
|
# Coverage
|
|
coverage
|
|
|
|
# PWA files
|
|
**/public/sw.js
|
|
**/public/workbox-*.js
|
|
**/public/worker-*.js
|
|
**/public/fallback-*.js |