Skip to content

Commit 73a7667

Browse files
committed
Merge pull request #6 from nlaz/master
Use sample.env instead of .env
2 parents eda6356 + e94007e commit 73a7667

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
.env
12
node_modules

sample.env

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
GITHUB_USERNAME="<YOUR_GITHUB_NAME_HERE>"
2+
CONTRIBUTION_GOAL_TRACKING=true
3+
CONTRIBUTION_GOAL="1000"
4+
COMPACT_UI=true

0 commit comments

Comments
 (0)