Skip to content

Commit 5d23608

Browse files
chore: ignore .env.local in .gitignore
1 parent 3c5697a commit 5d23608

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
# vite
99
/dist
10+
.env.local
1011

1112
# misc
1213
*.swp

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ Update the files:
4949

5050
## Environment Variables
5151

52-
Set the environment variables:
52+
Update the environment variables:
5353

5454
```sh
55-
less .env
55+
cp .env .env.local
5656
```
5757

5858
Update the **Secrets** in the repository **Settings**.

0 commit comments

Comments
 (0)