mykso / myks

🧙‍♂️
MIT License
10 stars 3 forks source link

fix: adjust the initial .gitignore for the latest changes #294

Closed Zebradil closed 3 months ago

Zebradil commented 3 months ago

This PR updates the .gitignore file that is created by the myks init command to reflect the latest changes in the .myks directory.

UPD: decided to just exclude the whole .myks directory by default.

With these changes, the following files are ignored:

What is not ignored by default (these files are useful for debugging and tracking upstream changes in PRs):

It feels like we can completely ignore the .myks directory by default and provide hints to users to include some of the ignored files and directories to satisfy particular use cases.

fritzduchardt commented 3 months ago

For my intents and purposes ignoring the entire .myks by default would be fine. It could contain a commented out line to stop ignoring vendir-cache

Zebradil commented 3 months ago

Added more info here: https://github.com/mykso/myks/blob/main/docs/optimizations.md#speed-up-cicd-pipelines