ddev / ddev-gitpod-launcher

Launch any DDEV project with Gitpod
https://ddev.github.io/ddev-gitpod-launcher/
Apache License 2.0
12 stars 8 forks source link

remove unused directories #9

Closed shaal closed 2 years ago

shaal commented 2 years ago

Directories fldc22/ and d9simple/ are not needed. This PR removes these directories.

rfay commented 2 years ago

There's nothing wrong with this, but it will happen over and over again because of the submodule addition that runs on startup...

rfay commented 2 years ago

We do have to solve the underlying problem. Thanks for working on this!

shaal commented 2 years ago

Seems like the original problem of these directories being included in the repo, was the LACK of .gitmodules file. Now that .gitmodules is generated - we shouldn't see this issue happen again.