Add .env to .gitignore file generated by starter #2718
Labels
feature / enhancement
New feature or request
p2-nice-to-have
SvelteKit cannot be used by a small number of people, quality of life improvements, etc.
Describe the problem
Currently when running
npm init svelte@next
and starting either a demo or skeleton app, then doing agit init
, the generated.gitignore
file does not include.env
. This is a pretty common file extension and typically should not be added to a repository. I wanted to conversation around it and get a consensus if this is something that should be added to the starters.Describe the proposed solution
Add
.env
or variation of that to the.gitignore
file generated by the starter app.Alternatives considered
No response
Importance
would make my life easier
Additional Information
No response
The text was updated successfully, but these errors were encountered: