From e963a1853e5a07498718748d35f4621f33bc646c Mon Sep 17 00:00:00 2001 From: Niklas Date: Thu, 13 Apr 2017 13:46:19 +0200 Subject: [PATCH] add files to gitignore (#2422) * add html5_push_registrations.conf to gitignore * add additional files --- source/_docs/ecosystem/backup/backup_github.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_docs/ecosystem/backup/backup_github.markdown b/source/_docs/ecosystem/backup/backup_github.markdown index 2af70720c5c..da9a5521cd6 100644 --- a/source/_docs/ecosystem/backup/backup_github.markdown +++ b/source/_docs/ecosystem/backup/backup_github.markdown @@ -77,6 +77,9 @@ harmony_media_room.conf pyozw.sqlite .* !/.gitignore +html5_push_registrations.conf +ip_bans.yaml +/icloud/* ``` More information on the layout of the file can be found in the [.gitignore manual](https://git-scm.com/docs/gitignore).