npm create cloudflare will include everything in git commit

The command npm create cloudflare will git commit everything. Is there a way to exclude node_modules. I have to delete the .git folder and manually git init.
2 Replies
Adam
Adam11mo ago
There is an open issue to add a .gitignore to the templates. That should get in shortly. https://github.com/cloudflare/workers-sdk/issues/3539
GitHub
🐛 BUG: npm create cloudflare@latest is missing .gitignore file ...
Which Cloudflare product(s) does this pertain to? Workers/Other What version of Wrangler are you using? N/A What operating system are you using? Mac Describe the Bug When I run npm create cloudflar...
lll-QWQ
lll-QWQ11mo ago
Thank you