From 52abf7dd56fadf98033715470bbbc37e617b0432 Mon Sep 17 00:00:00 2001 From: Gedde Date: Sun, 3 Nov 2019 11:20:10 +0100 Subject: [PATCH] Update backup_github.markdown (#11088) Just added a missing '>' --- source/_docs/ecosystem/backup/backup_github.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/ecosystem/backup/backup_github.markdown b/source/_docs/ecosystem/backup/backup_github.markdown index 967585395f0..5f3111cb540 100644 --- a/source/_docs/ecosystem/backup/backup_github.markdown +++ b/source/_docs/ecosystem/backup/backup_github.markdown @@ -46,7 +46,7 @@ Before creating and pushing your Home Assistant configuration to GitHub, please -Creating a `.gitignore` file in your repository will tell Git which files NOT to push to the GitHub server. This should be used to prevent publishing sensitive files to the public. It should contain a list of filenames and pattern matches. This list should include at least your [`secrets.yaml`](/docs/configuration/secrets/) file, device configuration files, and the Home Assistant database/directory structure. The `.gitignore` file should be placed in the root of your Home Assistant configuration directory: `/.gitignore`.