• Aanand Prasad's avatar
    Better support for .dockerignore · 20e142fe
    Aanand Prasad yazdı
    - Support all basic pattern forms: file, directory, *, ?, !
    
    - Fix handling of wildcard patterns and subdirectories - `*/a.py` should
      match `foo/a.py`, but not `foo/bar/a.py`
    
    - Fix handling of directory patterns with a trailing slash - make sure
      they're handled equivalently to those without one
    
    - Fix handling of custom Dockerfiles - make sure they go in the tarball
    Signed-off-by: 's avatarAanand Prasad <aanand.prasad@gmail.com>
    20e142fe
helpers.py 297 Bytes