summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-02-25 06:15:10 -0500
committerPamela Dragosh <pdragosh@research.att.com>2020-02-25 06:15:15 -0500
commit4de095c769c28f3f304d99f132a845993bf58dfa (patch)
tree8366cbf750e50d809fa61581d77ece558c588d42 /.gitignore
parentad08c16e0b23de071a6a17c29a792dd808ff26c0 (diff)
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 <pdragosh@research.att.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
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