Fix .dockerignore compatibility with .circleci/

Signed-off-by: Fahmi Akbar Wildana <f.a.wildana@gmail.com>
This commit is contained in:
Fahmi Akbar Wildana
2019-09-09 23:48:29 +07:00
parent 0ca7aaa56f
commit 6b2a7d6793

View File

@ -1,6 +1,6 @@
* *
!target/debug/nu* !target/debug/*
!target/release/nu* !target/release/*
!dist/* !dist/*
!LICENSE !LICENSE
!*.md !*.md