From f2aff7518be55da0fd250e04a4bfc1bbbd5a3d0a Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Tue, 2 Aug 2022 14:36:09 -0400 Subject: data model, query and storage works, frontend display basic last report --- oldstorage/framework/cache/.gitignore | 3 +++ oldstorage/framework/cache/data/.gitignore | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 oldstorage/framework/cache/.gitignore create mode 100644 oldstorage/framework/cache/data/.gitignore (limited to 'oldstorage/framework/cache') diff --git a/oldstorage/framework/cache/.gitignore b/oldstorage/framework/cache/.gitignore new file mode 100644 index 0000000..01e4a6c --- /dev/null +++ b/oldstorage/framework/cache/.gitignore @@ -0,0 +1,3 @@ +* +!data/ +!.gitignore diff --git a/oldstorage/framework/cache/data/.gitignore b/oldstorage/framework/cache/data/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/oldstorage/framework/cache/data/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore -- cgit v1.2.3