Skip to content

Commit f94447c

Browse files
added env example
1 parent 9a9826b commit f94447c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.env.example

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
GITHUB_TOKEN=<YOUR_GITHUB_AUTH_TOKEN_KEY>
2+
MY_GITHUB_USERNAME=<YOUR_GITHUB_USERNAME>

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ web_modules/
7878
.env.test.local
7979
.env.production.local
8080
.env.local
81-
!.env.example
8281

8382
# parcel-bundler cache (https://parceljs.org/)
8483
.cache

0 commit comments

Comments
 (0)