Skip to content

Commit ae320dc

Browse files
committed
feat : add .env file and change git gitignore
1 parent ca2902a commit ae320dc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,6 @@ typings/
190190
# Yarn Integrity file
191191
.yarn-integrity
192192

193-
# dotenv environment variables file
194-
.env
195-
196193
# parcel-bundler cache (https://parceljs.org/)
197194
.cache
198195

blog-frontend/.env

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
NODE_PATH=src

0 commit comments

Comments
 (0)