fix: include .env files
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -22,4 +22,6 @@ node_modules/
|
||||
|
||||
.env
|
||||
!tests/.env
|
||||
!tests/**/.env
|
||||
!examples/.env
|
||||
!examples/**/.env
|
||||
|
||||
3
.gitleaksignore
Normal file
3
.gitleaksignore
Normal 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
1
tests/binary_test/.env
Normal file
@@ -0,0 +1 @@
|
||||
BUN_ENV_CWD_TEST=from-dotenv
|
||||
1
tests/binary_test/env_parent/.env
Normal file
1
tests/binary_test/env_parent/.env
Normal file
@@ -0,0 +1 @@
|
||||
BUN_ENV_PARENT_TEST=from-parent-dotenv
|
||||
1
tests/script_test/.env
Normal file
1
tests/script_test/.env
Normal file
@@ -0,0 +1 @@
|
||||
BUN_SCRIPT_ENV_TEST=from-dotenv
|
||||
Reference in New Issue
Block a user