proxy.py/.dockerignore

13 lines
152 B
Plaintext
Raw Normal View History

2019-09-03 19:54:47 +00:00
# Ignore everything
**
2018-12-22 15:08:04 +00:00
# Except proxy
!proxy
!requirements.txt
!pyproject.toml
!setup.cfg
!README.md
# Ignore __pycache__ directory
proxy/__pycache__