From 7941acc2245b1791dc202a0f000faf78248b9055 Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Tue, 12 Jul 2022 16:54:03 -0700 Subject: [PATCH] Add ALLOWED_HOSTS file to gitignore In tandem with the last commit, ALLOWED_HOSTS file is no longer tracked by git. Signed-off-by: Alek Ratzloff --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0576b76..db724a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,4 @@ - -# Created by https://www.toptal.com/developers/gitignore/api/python,django,vim,visualstudiocode -# Edit at https://www.toptal.com/developers/gitignore?templates=python,django,vim,visualstudiocode +ALLOWED_HOSTS ### Django ### *.log