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/app/.gitignore | 3 +++ oldstorage/app/public/.gitignore | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 oldstorage/app/.gitignore create mode 100644 oldstorage/app/public/.gitignore (limited to 'oldstorage/app') diff --git a/oldstorage/app/.gitignore b/oldstorage/app/.gitignore new file mode 100644 index 0000000..8f4803c --- /dev/null +++ b/oldstorage/app/.gitignore @@ -0,0 +1,3 @@ +* +!public/ +!.gitignore diff --git a/oldstorage/app/public/.gitignore b/oldstorage/app/public/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/oldstorage/app/public/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore -- cgit v1.2.3