nicoalbanese / kirimase

Build full-stack Next.js apps, incredibly fast
https://kirimase.dev
MIT License
2.37k stars 107 forks source link

[Feature Request] Generate .gitignore with .env file added #147

Closed nikolaischunk closed 4 months ago

nikolaischunk commented 4 months ago

Is your feature request related to a problem? Please describe. Since a .env file is generated I would suggest adding all .env* files to the .gitignore plus add node_modules also.

nikolaischunk commented 4 months ago

nevermind, it gets added with the create next app, and modifying the gitignore is not in scope for this project

trevorpfiz commented 3 months ago

nevermind, it gets added with the create next app, and modifying the gitignore is not in scope for this project

just ran into this. having to explicitly set .env to be private is crazy to me.