[general] add template config

[create_repo.py] add default toml filename
[.gitignore] unignore template dir
This commit is contained in:
2024-07-13 21:38:45 +02:00
parent 2f04d4aaa4
commit ff31de0ca2
3 changed files with 2 additions and 1 deletions

17
template/create_repo.toml Normal file
View File

@@ -0,0 +1,17 @@
[connection]
token = 'your_token'
address = 'gitea.domain.tld'
[repo]
# name = 'repo_name'
auto_init = true
default_branch = 'main'
description = '--created with create_repo.py'
# gitignores = 'Python'
# issue_labels = ''
# license = ''
# object_format_name = 'sha1'
private = false
# readme = 'Default'
# template = false
# trust_model = 'default'