mirror of
https://github.com/nushell/nushell
synced 2024-12-27 05:23:11 +00:00
Fix .dockerignore compatibility with .circleci/
Signed-off-by: Fahmi Akbar Wildana <f.a.wildana@gmail.com>
This commit is contained in:
parent
0ca7aaa56f
commit
6b2a7d6793
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
*
|
*
|
||||||
!target/debug/nu*
|
!target/debug/*
|
||||||
!target/release/nu*
|
!target/release/*
|
||||||
!dist/*
|
!dist/*
|
||||||
!LICENSE
|
!LICENSE
|
||||||
!*.md
|
!*.md
|
Loading…
Reference in a new issue