From 7174188b573a2b9b7b3b5e59f516c318adf714ac Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Fri, 11 Feb 2022 12:28:33 -0500 Subject: [PATCH] fix: reorganize notes --- .gitignore | 4 +--- metaforecasts.png => data/metaforecasts.png | Bin metaforecasts.tsv => data/metaforecasts.tsv | 0 3 files changed, 1 insertion(+), 3 deletions(-) rename metaforecasts.png => data/metaforecasts.png (100%) rename metaforecasts.tsv => data/metaforecasts.tsv (100%) diff --git a/.gitignore b/.gitignore index f88ac37..861216f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,9 +7,7 @@ node_modules/* **/privatekeys.json ## Personal notes -possiblenewsources.md -NotesHeroku.md -AlgoliaNotes.md +notes/* ## Build artifacts done.txt diff --git a/metaforecasts.png b/data/metaforecasts.png similarity index 100% rename from metaforecasts.png rename to data/metaforecasts.png diff --git a/metaforecasts.tsv b/data/metaforecasts.tsv similarity index 100% rename from metaforecasts.tsv rename to data/metaforecasts.tsv