I used this command to make a project per Cloudflare instructions:
npm create cloudflare@latest -- mysite-tld
And I chose the Hello World Example with Static Site template using Git.
No .gitignore file was created, so I'm trying to figure out what should be in there...
1) One person suggested that node_modules/ goes in for sure, so I have that. But still I have 9 entries that show as Modified. They are entries like node_modules\.bin (acorn and etc) that I can't seem to ignore.
2) What else should go in the file? .vscode? .wrangler? .git?
3) I gather I don't ignore package.json, package-lock.json and wrangler.jsonc?