From b5a6810e352de0affcf0a37590161654033f0417 Mon Sep 17 00:00:00 2001 From: manuel Date: Wed, 2 Oct 2024 20:57:17 +0800 Subject: [PATCH] Update JOJ3 Configuration Schema --- JOJ3-Configuration-Schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JOJ3-Configuration-Schema.md b/JOJ3-Configuration-Schema.md index 3cc3a9e..7138f22 100644 --- a/JOJ3-Configuration-Schema.md +++ b/JOJ3-Configuration-Schema.md @@ -28,7 +28,7 @@ owners = ["mac-wang", "jon-lee", "allen_wr"] # teaching team max_size = 5 # repo max size in MB [files] -whitelist.patterns = ["*.cpp", "*.c", "*.m", "*.md", "Makefile", "CMakelist.txt", ".gitea"] +whitelist.patterns = ["*.cpp", "*.c", "*.m", "*.md", "Makefile", "CMakelist.txt", ".gitea", "messenger.json"] # files/patterns which are not forbidden whitelist.file = "messenger.json" # IMPORTANT: only use if strictly necessary. Almost no course should enable this option immutable.files = [".gitignore", ".gitattributes", ".gitea/workflows/push.yaml"] # readonly files immutable.hash = ["fafssafds7","kjklhk5hk345", "nvnfjuysf653214"] # hash of readonly files