Do not remove *.pyc and *.pyo from docker image

This commit is contained in:
Oleksii Shevchuk 2017-03-11 22:35:35 +02:00
parent 6a0a10bdaf
commit 23b8ad4ded
1 changed files with 8 additions and 7 deletions

View File

@ -1,12 +1,13 @@
Dockerfile
.dockerignore
*.git
*.gitignore
*.pyc
*.pyo
crypto
**/.git
**/.gitignore
**/*.exp
**/*.lib
crypto/credentials.py
data
external/winpty
external/scapy
*/__pycache__*
packages/src/*
**/__pycache__*
**/test?
packages/src