add EOL to .gitignore, .dockerignor and README.md

This commit is contained in:
mitsuha_s 2022-08-13 12:55:26 +03:00
parent 41b7eb32b6
commit b9b12f21d4
3 changed files with 3 additions and 3 deletions

View File

@ -14,4 +14,4 @@ README.md
# Environment
.env
.env.dist
.env.dist

2
.gitignore vendored
View File

@ -6,4 +6,4 @@
/__pycache__
# Environment
.env
.env

View File

@ -68,4 +68,4 @@ docker-compose up
```shell
docker-compose run app update.py
```
```