From 527aeeeced9fdcc2fc3a6a08c58ceb3a17ae2122 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 24 Mar 2020 13:27:30 +0000 Subject: Add sandbox project using Contentful CMS I used the boilerplate/typescript project as a starting point. This project fetches and renders books that I'm defining in a Contentful CMS that I created. --- website/sandbox/contentful/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 website/sandbox/contentful/.gitignore (limited to 'website/sandbox/contentful/.gitignore') diff --git a/website/sandbox/contentful/.gitignore b/website/sandbox/contentful/.gitignore new file mode 100644 index 000000000000..fdf1c6188a4c --- /dev/null +++ b/website/sandbox/contentful/.gitignore @@ -0,0 +1,2 @@ +.cache +dist \ No newline at end of file -- cgit 1.4.1