chore: add env files to gitignore and add env example

This commit is contained in:
Harivansh Rathi 2024-12-06 01:16:07 -05:00
parent 88f0bc7a0c
commit 391fc162c6
2 changed files with 12 additions and 0 deletions

6
.gitignore vendored
View file

@ -22,3 +22,9 @@ dist-ssr
*.njsproj
*.sln
*.sw?
# Environment variables
.env
.env.local
.env.development
.env.production