mantinedev / next-pages-template

Mantine + Next.js pages router template
https://mantine.dev/guides/next/
MIT License
484 stars 131 forks source link

Add .env to .gitignore #7

Closed marcelherd closed 2 years ago

marcelherd commented 2 years ago

.env should be added to the gitgnore as it is supported by Next.js.

As it is currently missing, someone might accidentally commit their .env file with secrets in it.