We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7227ad9 commit fd90fccCopy full SHA for fd90fcc
1 file changed
.borg.template.toml
@@ -4,12 +4,21 @@
4
# If this file is present in a child repository, it should be deleted.
5
6
[template]
7
+# Keep these files in sync across Python repos
8
files = [
- # All SecOps Repos
9
- ".gitattributes",
10
".gitignore",
11
".github/workflows/pr_reminder.yml",
12
".github/workflows/cleanup.yml",
13
"CODE_OF_CONDUCT.md",
14
"SECURITY.md",
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