Skip to content

Commit 6edba1b

Browse files
committed
fix: added .env.example to gitignore.
When setting up, developers should create a new .env file with the contents of this file, but if they happen to modify or delete this file instead, git won't create an issue.
1 parent b29a5f9 commit 6edba1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ yarn-error.log*
2828
# local env files
2929
.env*.local
3030
.env
31+
.env.example
32+
3133
# vercel
3234
.vercel
3335

0 commit comments

Comments
 (0)