Skip to content

Commit

Permalink
CI (Buildkite): make sure to hit ignore any unencrypted repo keys, re…
Browse files Browse the repository at this point in the history
…gardless of where they are located in the repository (JuliaLang#42803)
  • Loading branch information
DilumAluthge authored and LilithHafner committed Feb 22, 2022
1 parent 4e1a6d0 commit dcb5650
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@
.DS_Store
.idea/*
.vscode/*

# Buildkite: cryptic plugin
# Ignore the unencrypted repo_key
repo_key
# Ignore any agent keys (public or private) we have stored
agent_key*

0 comments on commit dcb5650

Please sign in to comment.