You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build/ directory currently contains packaged Helm chart archives (.tgz files) that are tracked in Git. These are generated artifacts produced by running sh build.sh and should not be committed to the repository.
This task involves:
Removing the existing build/ directory from version control
Adding build/ to .gitignore to prevent future accidental commits
This keeps the repository clean and focused on source files only.