fix: include .env files

This commit is contained in:
eric
2026-03-15 01:07:36 +01:00
parent 73d4625420
commit 4b7ebb1536
5 changed files with 8 additions and 0 deletions

2
.gitignore vendored
View File

@@ -22,4 +22,6 @@ node_modules/
.env
!tests/.env
!tests/**/.env
!examples/.env
!examples/**/.env

3
.gitleaksignore Normal file
View File

@@ -0,0 +1,3 @@
tests/binary_test/.env:environment-file:1
tests/script_test/.env:environment-file:1
tests/binary_test/env_parent/.env:environment-file:1

1
tests/binary_test/.env Normal file
View File

@@ -0,0 +1 @@
BUN_ENV_CWD_TEST=from-dotenv

View File

@@ -0,0 +1 @@
BUN_ENV_PARENT_TEST=from-parent-dotenv

1
tests/script_test/.env Normal file
View File

@@ -0,0 +1 @@
BUN_SCRIPT_ENV_TEST=from-dotenv