You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bun or nodejs has node_modules, I know its my responsibility to add gitignore, But I just make a quick spinning up a hono server and I notice when I git push it takes a while.
I agree with your observation. We should indeed include a .gitignore file. I've already set up the .gitignore for Cloudflare Workers and Pages templates. We'll need to integrate it into other projects, such as Bun, Node.js, and others.
Please feel free to open a PR addressing this in the "Create Hono" repository: https://github.com/honojs/starter. If not, I'll consider doing so.
What is the feature you are proposing?
Its better if you provide a default gitignore files, sometimes I forgot I didnt gitignore node_modules and some env files.
The text was updated successfully, but these errors were encountered: