Skip to content

Commit 6a386de

Browse files
authored
CI (Buildkite): make sure to hit ignore any unencrypted repo keys, regardless of where they are located in the repository (#42803)
1 parent 021a6b5 commit 6a386de

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
@@ -33,3 +33,9 @@
3333
.DS_Store
3434
.idea/*
3535
.vscode/*
36+
37+
# Buildkite: cryptic plugin
38+
# Ignore the unencrypted repo_key
39+
repo_key
40+
# Ignore any agent keys (public or private) we have stored
41+
agent_key*

0 commit comments

Comments
 (0)