From 1eaa081e77815cf1f1d5c68bebc18fb3ba2a148e Mon Sep 17 00:00:00 2001 From: ghubstan <36207203+ghubstan@users.noreply.github.com> Date: Thu, 28 Jan 2021 14:21:30 -0300 Subject: [PATCH] Git-ignore apitest dao-setup files Added .gitignore line for apitest dao-setup files. Regtest/DAO setup files downloaded during a build should not be tracked by git, nor saved in the repo. These are the files downloaded, unzipped and installed by the gradle task installDaoSetup: $ ./gradlew clean build :apitest:installDaoSetup --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 71f81598aac..f3d52c3073d 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ deploy /monitor/monitor-tor/* .java-version .localnet +/apitest/src/main/resources/dao-setup*