Skip to content

Commit b8b31ca

Browse files
committed
ignore env
1 parent 6983c3c commit b8b31ca

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
.DS_Store
1+
.DS_Store
2+
.env

apps/.env.example

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
OPENAI_API_KEY=
2+
VITE_APP_URL=http://localhost:3000

blogs/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ You can change the `VITE_APP_URL` to your needs and then run the project by runn
5656
npm run start:build
5757
```
5858

59-
6059
## Setting Up the Environment
6160

6261
### 1. Installing Node.js

0 commit comments

Comments
 (0)