feat(env): add example env file and update .gitignore to include it
This commit is contained in:
parent
84066b33f1
commit
c13286b05d
2 changed files with 12 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -32,6 +32,7 @@ yarn-error.log*
|
|||
|
||||
# env files (can opt-in for committing if needed)
|
||||
.env*
|
||||
!.env.example
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue