Skip to content

Commit 7932420

Browse files
committed
Fixup Add clarifying comments
1 parent db00936 commit 7932420

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.borg.template.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
[template]
27
files = [
38
# All SecOps Repos

.borg.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[source]
22
url = 'https://raw.githubusercontent.com/techservicesillinois/secdev-template-repository/refs/heads/feature/sync/' # From #22
3+
# Additional configuration will be loaded from `<url>/.borg.template.toml`
4+
5+
# TODO: Update to this after #22 merges.
36
# url = 'https://github.com/techservicesillinois/secdev-template-python/blob/main/'

0 commit comments

Comments
 (0)