Skip to content

Commit

Permalink
Update .gitignore to ignore downloaded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mocdaniel committed May 6, 2024
1 parent 2727ec3 commit a855d38
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
TODOS.md
__snapshot__/
__snapshot__/

# ignore downloaded dependencies (typically .tar.gz)
charts/icinga-stack/charts/
6 changes: 6 additions & 0 deletions charts/icinga-stack/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.2
digest: sha256:e8815a21c72dd685b5573d0baeeeff733db3bc6d77b30c95a78ff316188e8a65
generated: "2024-05-06T15:03:37.600822+02:00"

0 comments on commit a855d38

Please sign in to comment.