Skip to content

Commit

Permalink
chore: ignore .env.local in .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jan 1, 2025
1 parent 3c5697a commit 5d23608
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

# vite
/dist
.env.local

# misc
*.swp
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ Update the files:

## Environment Variables

Set the environment variables:
Update the environment variables:

```sh
less .env
cp .env .env.local
```

Update the **Secrets** in the repository **Settings**.
Expand Down

0 comments on commit 5d23608

Please sign in to comment.