From 6b7189d6cf63c93488a0abe25ba1e6bb2a0c409e Mon Sep 17 00:00:00 2001 From: kououken Date: Fri, 8 Mar 2019 17:00:16 -0800 Subject: [PATCH] Preparing .gitignore to track .env file. --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 40497c7..b3911d6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ # Edit at https://www.gitignore.io/?templates=linux,macos,python,django,windows,pycharm,intellij,visualstudio ### Django ### -*.env *.log *.pot *.pyc @@ -101,7 +100,6 @@ celerybeat-schedule *.sage.py # Environments -.env .venv env/ venv/