Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions .borg.template.toml

This file was deleted.

24 changes: 21 additions & 3 deletions .borg.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
[source]
url = 'https://raw.githubusercontent.com/techservicesillinois/secdev-template-repository/refs/heads/main/'
# Additional configuration will be loaded from `<url>/.borg.template.toml`
# This file configures `borg` with patterns fit for a Python application

[template]
# Keep these files in sync across Python repos
files_url = "https://raw.githubusercontent.com/techservicesillinois/secdev-template-python/refs/heads/main/"
files = [
".gitignore",
".github/workflows/pr_reminder.yml",
".github/workflows/cleanup.yml",
"CODE_OF_CONDUCT.md",
"SECURITY.md",
]

[generate.gitattributes]
files = [
# All machine generated files
".gitattributes", # Generated by borg
"requirements*.txt", # Generated by Makefile
]
# Include all template files above
include_template_files = true