Files
triggerdotdev--trigger.dev/apps/webapp/.gitignore
T
Matt Aitken 68d0037e60 fix(dev): dotenv issues when getting setup with the repo (#2612)
- The .env.example was missing required Clickhouse values.
- A symlink was needed for .env from the root to the apps/webapp folder
2025-10-17 11:49:40 +01:00

23 lines
305 B
Plaintext

node_modules
/.cache
/build
/public/build
/cypress/screenshots
/cypress/videos
/app/styles/tailwind.css
# Ensure the .env symlink is not removed by accident
!.env
# Storybook build outputs
build-storybook.log
.out
.storybook-out
storybook-static
/prisma/seed.js
/prisma/populate.js
.memory-snapshots