Skip to content

Commit 2f2e342

Browse files
authored
Update gitignore in root to avoid signing metadata files in downloader (#22155)
* Update gitignore in root to avoid signing metadata files in downloader * Fix the gitignore rule
1 parent d33ea22 commit 2f2e342

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,8 @@ size-compressed.txt
141141
# Docker secrets
142142
.env
143143
treemap*.png
144+
145+
# Ignore any metadata file except root json in the downloader
146+
datadog_checks_downloader/datadog_checks/downloader/data/repo/targets
147+
datadog_checks_downloader/datadog_checks/downloader/data/repo/metadata/*
148+
!datadog_checks_downloader/datadog_checks/downloader/data/repo/metadata/root.json

0 commit comments

Comments
 (0)