mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2024-11-05 22:07:02 +00:00
9 lines
103 B
Text
9 lines
103 B
Text
{
|
|
"Exclude": [
|
|
".git",
|
|
"go.mod", "go.sum",
|
|
"vendor",
|
|
"LICENSE",
|
|
"_test.go"
|
|
]
|
|
}
|