Update JOJ3 Configuration Schema

manuel 2024-10-02 20:56:01 +08:00
parent 72dc7711f4
commit 01b6c67364

@ -29,7 +29,7 @@ max_size = 5 # repo max size in MB
[files]
whitelist.patterns = ["*.cpp", "*.c", "*.m", "*.md", "Makefile", "CMakelist.txt", ".gitea"]
whitelist.file = "messenger.json" # IMPORTANT: only use if strictly necessary. Almost no course should use it
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
```