From da5ca5edeaf07d4397a86d2bf35007ea0bac1838 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Tue, 3 Jul 2018 16:07:15 +1000 Subject: [PATCH] Ignore the .env file, since I wanna use it --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2bacf2c..fa6de09 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ media # /staticfiles/ # End of https://www.gitignore.io/api/django +/.env /.mypy_cache /.pytest_cache /static