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.
|
# 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.
|
||||||
|
|
Loading…
Reference in New Issue