Browse Source

Expanding docker ignore file

pull/169/head
Isaac Bythewood 5 years ago
parent
commit
38e7faddca
1 changed files with 19 additions and 1 deletions
  1. +19
    -1
      .dockerignore

+ 19
- 1
.dockerignore 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

Loading…
Cancel
Save