From a559d0709d81efd6e78f00340f304e6bdc89e4e9 Mon Sep 17 00:00:00 2001 From: Regis Philibert Date: Thu, 14 May 2020 15:29:27 -0400 Subject: [PATCH] Fix gitignore --- .gitignore | 2 ++ README.md | 2 +- gitignore | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitignore delete mode 100644 gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ca76b40 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +resources +.DS_Store \ No newline at end of file diff --git a/README.md b/README.md index 72c705f..07bc7dc 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ import collection posts ## Adding to your project 1. Create a page where your Netlify CMS dasboard should live. -2. Add the `netlifycms` layout to it through Front Mtter. +2. Add the `netlifycms` layout to it through Front Matter. 3. Add the `netlifycms_config` output format to it through Front Matter (alongside HTML): ```yaml Title: Your CMS diff --git a/gitignore b/gitignore deleted file mode 100644 index fc47808..0000000 --- a/gitignore +++ /dev/null @@ -1 +0,0 @@ -resources \ No newline at end of file