I wasn't paying very close attention to it so I don't have steps to reproduce at this time, but I ran devspace up and started working on something else.
When I came back to the project, everything except for some directories I had explicitly excluded from downloading had been removed, including my .git directory. Luckily I didn't have anything I was working on in the project elsewhere at the time, but it could have been a lot worse.
I'm going to attempt to reproduce if I can and I'll share more, but I figured you all should be aware this happened.
If I had to guess off the top of my head, since windows gets it's time differently than linux, perhaps the root folder that was being synced was being calculated as older than the directory in the devspace deployed container and so it wiped it.
I wasn't paying very close attention to it so I don't have steps to reproduce at this time, but I ran
devspace upand started working on something else.When I came back to the project, everything except for some directories I had explicitly excluded from downloading had been removed, including my .git directory. Luckily I didn't have anything I was working on in the project elsewhere at the time, but it could have been a lot worse.
I'm going to attempt to reproduce if I can and I'll share more, but I figured you all should be aware this happened.
If I had to guess off the top of my head, since windows gets it's time differently than linux, perhaps the root folder that was being synced was being calculated as older than the directory in the devspace deployed container and so it wiped it.