mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-15 22:41:19 +00:00
15 lines
253 B
Text
15 lines
253 B
Text
|
{
|
||
|
"Exclude": [
|
||
|
".git",
|
||
|
"go.mod", "go.sum",
|
||
|
"vendor",
|
||
|
"fixtures",
|
||
|
"LICENSE",
|
||
|
"node_modules",
|
||
|
"server/store/datastore/migration/testfiles/sqlite.db",
|
||
|
"server/store/datastore/feed.go",
|
||
|
"_test.go",
|
||
|
"Makefile"
|
||
|
]
|
||
|
}
|