Skip to content

Commit

Permalink
Add test .env file and exclude it from git ignore
Browse files Browse the repository at this point in the history
This file was meant to staged since v0.1.3 but it was being git ignored,
and was causing the CI build to fail.
  • Loading branch information
dideler committed Apr 29, 2018
1 parent cd326b7 commit 4bd7495
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -56,6 +56,7 @@ typings/

# dotenv environment variables file
.env
!test-helpers/.env

# next.js build output
.next
Expand Down
2 changes: 2 additions & 0 deletions test-helpers/.env
@@ -0,0 +1,2 @@
GITMOB_COAUTHORS_PATH=test-helpers/.git-coauthors
GITMOB_MESSAGE_PATH=test-helpers/.gitmessage

0 comments on commit 4bd7495

Please sign in to comment.