Update .*ignore files to exclude envars

This commit is contained in:
Livvy Mackintosh 2017-05-21 01:54:15 +02:00
parent 5236a090df
commit f2636e8340
2 changed files with 7 additions and 3 deletions

View File

@ -1 +1,2 @@
docker-compose.yml docker-compose.*
environment.*

7
.gitignore vendored
View File

@ -100,5 +100,8 @@ ENV/
# mypy # mypy
.mypy_cache/ .mypy_cache/
# docker-compose # Environment variables
docker-compose.yml environment
# Editor swap
*.swp