I just created my own daggerverse with two very simple dagger modules:
dagger init --sdk=go foo
dagger init --sdk=go bar
What are the recomendations regarding the .gitignore file?
Should i upload internal` folder and dagger.gen.go?
It would be cool if dagger init could create that for the user or at least be in the website documentation