Skip to content

Commit 98b4b06

Browse files
authored
CI (Buildkite): ignore any private keys, regardless of where in the repository they are found (JuliaLang#44597)
1 parent 0791aef commit 98b4b06

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.gitignore

+7-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,11 @@
3434
.idea/*
3535
.vscode/*
3636

37-
# Buildkite: Ignore entire .buildkite directory
37+
# Buildkite: Ignore the entire .buildkite directory
3838
/.buildkite
39+
40+
# Buildkite: Ignore the unencrypted repo_key
41+
repo_key
42+
43+
# Buildkite: Ignore any agent keys (public or private) we have stored
44+
agent_key*

0 commit comments

Comments
 (0)