Skip to content

Commit

Permalink
Override top-level gitignore, so we can check in .env test fixture file.
Browse files Browse the repository at this point in the history
  • Loading branch information
dossy committed Nov 19, 2023
1 parent ff3c8f3 commit 857ffed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions fixtures/loadEnvFiles/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TEST_DOTENV=default
1 change: 1 addition & 0 deletions fixtures/loadEnvFiles/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!.env

0 comments on commit 857ffed

Please sign in to comment.