Move config variables into an ignored file

This commit is contained in:
2024-05-19 22:15:29 +10:00
parent 40648eae2a
commit a34d684233
2 changed files with 11 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
config.bash

10
config.bash.example Normal file
View File

@ -0,0 +1,10 @@
# Configuration for the repo tools, to be evaluated when they execute.
#
# For shell config (e.g., to be sourced into .zshrc) see init.bash
REPOSITORY_BASE=~/src
# If a variable is only to be used by a single script, by custom it will be
# prefixed with the name of the script.
REPO_DEFAULT_SEARCH_PREFIX="github.com/buildkite"