Skip to content

Commit

Permalink
Add submodule path to .gitignore
Browse files Browse the repository at this point in the history
So future runs of `act` when releasing the Helm chart does not add it
to the repo.

Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
  • Loading branch information
chaudum committed Dec 19, 2024
1 parent e934976 commit 7d1c238
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ dist
pkg/loki/wal
tools/lambda-promtail/main

# Submodule added by `act` CLI
_shared-workflows-dockerhub-login

# Workspaces
*.work
*.work.sum
Expand Down

0 comments on commit 7d1c238

Please sign in to comment.