From 843c7fc49b7532bd9f1714bca3b26d347a9febfb Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Sat, 8 Feb 2020 13:44:44 -0800 Subject: [PATCH] Update .gitignore This removes the deprecated Docker environment file and adds support for a local virtual environment (which will be used in some deployments (and Sandstorm)). --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 11e3aa9e..6194c5a9 100644 --- a/.gitignore +++ b/.gitignore @@ -5,11 +5,13 @@ # SQLite database file. *.sqlite3 -# Environment files. +# Environment configuration file. .env +# Virtual environment files (pipenv may use this convention). +.venv + # Docker deployment files. -docker.env docker-compose.yml # IDE configuration files.