Skip to content

Commit c10d145

Browse files
DilumAluthgestaticfloat
authored andcommitted
CI (Buildkite): make sure to hit ignore any unencrypted repo keys, regardless of where they are located in the repository (#42803)
(cherry picked from commit 6a386de)
1 parent 8b890e1 commit c10d145

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,9 @@
3232
.DS_Store
3333
.idea/*
3434
.vscode/*
35+
36+
# Buildkite: cryptic plugin
37+
# Ignore the unencrypted repo_key
38+
repo_key
39+
# Ignore any agent keys (public or private) we have stored
40+
agent_key*

0 commit comments

Comments
 (0)