We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db00936 commit 7932420Copy full SHA for 7932420
2 files changed
.borg.template.toml
@@ -1,3 +1,8 @@
1
+# This file configures `borg` when this repository is used as a source.
2
+# This file should only be present in a template repository.
3
+
4
+# If this file is present in a child repository, it should be deleted.
5
6
[template]
7
files = [
8
# All SecOps Repos
.borg.toml
@@ -1,3 +1,6 @@
[source]
url = 'https://raw.githubusercontent.com/techservicesillinois/secdev-template-repository/refs/heads/feature/sync/' # From #22
+# Additional configuration will be loaded from `<url>/.borg.template.toml`
+# TODO: Update to this after #22 merges.
# url = 'https://github.com/techservicesillinois/secdev-template-python/blob/main/'
0 commit comments