repo template supports "exclude" (#470)

https://github.com/go-gitea/gitea/pull/38064
This commit is contained in:
wxiaoguang
2026-07-24 16:31:45 +00:00
parent 5581d6d273
commit 199e9a2284

View File

@@ -37,6 +37,16 @@ a/b/c/d.json
**.[bB][aA][tT] **.[bB][aA][tT]
``` ```
Gitea also supports to use sections to exclude some files:
```
[expand]
*.md
[exclude]
*.log
```
## Variable Expansion ## Variable Expansion
In any file matched by the above globs, the variables below will be expanded. In any file matched by the above globs, the variables below will be expanded.