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
This commit is contained in:
ghubstan 2021-01-28 14:21:30 -03:00
parent 694f96806e
commit 1eaa081e77
No known key found for this signature in database
GPG Key ID: E35592D6800A861E

1
.gitignore vendored
View File

@ -34,3 +34,4 @@ deploy
/monitor/monitor-tor/* /monitor/monitor-tor/*
.java-version .java-version
.localnet .localnet
/apitest/src/main/resources/dao-setup*