mirror of
https://github.com/Smaug123/gitea-repo-config
synced 2025-10-05 07:28:40 +00:00
12 lines
183 B
JSON
12 lines
183 B
JSON
{
|
|
"version": "0.1",
|
|
"publicReleaseRefSpec": [
|
|
"^refs/heads/main$"
|
|
],
|
|
"pathFilters": [
|
|
":/Directory.Build.props",
|
|
"./",
|
|
":/README.md"
|
|
]
|
|
}
|