Skip to content

Commit fd90fcc

Browse files
authored
Add support for borg generate (#2)
1 parent 7227ad9 commit fd90fcc

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.borg.template.toml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,21 @@
44
# If this file is present in a child repository, it should be deleted.
55

66
[template]
7+
# Keep these files in sync across Python repos
78
files = [
8-
# All SecOps Repos
9-
".gitattributes",
109
".gitignore",
1110
".github/workflows/pr_reminder.yml",
1211
".github/workflows/cleanup.yml",
1312
"CODE_OF_CONDUCT.md",
1413
"SECURITY.md",
1514
]
15+
16+
[generate.gitattributes]
17+
files = [
18+
# All machine generated files
19+
".gitattributes",
20+
"requiements*.txt",
21+
]
22+
# Include all template files above
23+
include_template_files = true
24+

0 commit comments

Comments
 (0)