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)).
This commit is contained in:
Christopher C. Wells 2020-02-08 13:44:44 -08:00
parent 7c0b8c0071
commit 843c7fc49b
1 changed files with 4 additions and 2 deletions

6
.gitignore vendored
View File

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