mirror of
https://github.com/containers/podman-compose.git
synced 2025-06-04 09:25:38 +02:00
This commit adds a .gitignore in tests/env-file-tests to allow .env files to be committed. Fix: #937 Signed-off-by: Genzer <732937+Genzer@users.noreply.github.com>
3 lines
118 B
Bash
3 lines
118 B
Bash
ZZVAR1='This value is loaded but should be overwritten'
|
|
ZZVAR2='This value is loaded from .env in project/ directory'
|