From be39817a1e500bdb2a66639c9111f67dbdf4e46c Mon Sep 17 00:00:00 2001 From: David Mackessy <131455290+david-mackessy@users.noreply.github.com> Date: Thu, 5 Dec 2024 13:09:40 +0000 Subject: [PATCH] chore: add optional int test file to git ignore (#19392) --- dhis-2/.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dhis-2/.gitignore b/dhis-2/.gitignore index 6ecd25623428..e7e7d172aa93 100644 --- a/dhis-2/.gitignore +++ b/dhis-2/.gitignore @@ -54,3 +54,6 @@ http-client.private.env.json # VS Code .vscode/ + +# optinal integration test file, should not be committed +/dhis-support/dhis-support-test/src/main/resources/db/init-db.sql