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. # SQLite database file.
*.sqlite3 *.sqlite3
# Environment files. # Environment configuration file.
.env .env
# Virtual environment files (pipenv may use this convention).
.venv
# Docker deployment files. # Docker deployment files.
docker.env
docker-compose.yml docker-compose.yml
# IDE configuration files. # IDE configuration files.