Steps to reproduce
- Create/open a folder that is not a remote Git repo
- Do
dstack init
- Create a nested folder
folder
- Create a
folder/hello.txt
- Create the following
folder/.gitignore
- Create the following
.dstack.yml
type: task
commands:
- find .
- Do
dstack apply
Actual behaviour
The folder/hello.txt is listed in the output
Expected behaviour
The folder/hello.txt shouldn't be listed
dstack version
0.19.2
Server logs
Additional information
This issue is a blocker when a nested folder contains large files, leading to a "2MB exceed” error.
Steps to reproduce
dstack initfolderfolder/hello.txtfolder/.gitignore.dstack.ymldstack applyActual behaviour
The
folder/hello.txtis listed in the outputExpected behaviour
The
folder/hello.txtshouldn't be listeddstack version
0.19.2
Server logs
Additional information
This issue is a blocker when a nested folder contains large files, leading to a "2MB exceed” error.