From 4de095c769c28f3f304d99f132a845993bf58dfa Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 25 Feb 2020 06:15:10 -0500 Subject: Cleanup SQL output feature-state-mgt use an in-memory database and not store temp files in the development directory. Upgrading to H2 1.4.200 seemed to expose the database issues. mvn clean does NOT remove the sql directory which makes it hard to figure out what is going on. Issue-ID: POLICY-2381 Change-Id: Icab5d9b6f62ed0f9c4e5be91c2b518ab2b442167 Signed-off-by: Pamela Dragosh --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8b15fc55..123c6e21 100644 --- a/.gitignore +++ b/.gitignore @@ -12,7 +12,6 @@ target/ */config/ */logs/ -*/sql/ */testingLogs/ **/*.iml .checkstyle -- cgit