We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a49045 commit ae9cf64Copy full SHA for ae9cf64
1 file changed
.borg.template.toml
@@ -16,8 +16,8 @@ files = [
16
[generate.gitattributes]
17
files = [
18
# All machine generated files
19
- ".gitattributes",
20
- "requiements*.txt",
+ ".gitattributes", # Generated by borg
+ "requirements*.txt", # Generated by Makefile
21
]
22
# Include all template files above
23
include_template_files = true
0 commit comments