mirror of
https://github.com/containers/podman-compose.git
synced 2025-01-09 15:38:13 +01:00
67ce900885
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>
5 lines
158 B
Plaintext
5 lines
158 B
Plaintext
# This overrides the repository root .gitignore (ignoring all .env).
|
|
# The .env files in this directory are important for the test cases.
|
|
!.env
|
|
!project/.env
|