mirror of https://github.com/snachodog/mybuddy.git
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:
parent
7c0b8c0071
commit
843c7fc49b
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue