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 <alekratz@gmail.com>
This commit is contained in:
2022-07-12 16:54:03 -07:00
parent 8fef30b9c0
commit 7941acc224

4
.gitignore vendored
View File

@@ -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