11 lines
370 B
TOML
11 lines
370 B
TOML
teaching_team = ["prof_john", "ta_alice", "ta_bob"]
|
|
max_size = 50.5
|
|
release_tags = ["v1.0", "v2.0", "final"]
|
|
sandbox_token = "test"
|
|
|
|
[files]
|
|
whitelist_patterns = ["*.py", "*.txt", "*.md"]
|
|
whitelist_file = ".whitelist"
|
|
required = [ "Changelog.md", "Readme.md" ]
|
|
immutable = [".gitignore", ".gitattributes", ".gitea/workflows/push.yaml", ".gitea/workflows/release.yaml" ]
|