Expanding docker ignore file

This commit is contained in:
Isaac Bythewood
2019-12-08 21:05:43 +00:00
parent 8b4053a8d9
commit 38e7faddca

View File

@@ -1,7 +1,25 @@
# git
.git
.gitignore
# docs
docs
# docker
.dockerignore
Dockerfile*
docker-compose*
# database
db.sqlite3
# misc conf
.flake8
.travis.yml
doc
# vscode
.vscode
# markdown
LICENSE.md
README.md