mirror of
https://codeberg.org/crowci/crow.git
synced 2025-04-18 04:44:01 +03:00
21 lines
344 B
JSON
21 lines
344 B
JSON
{
|
|
"Exclude": [
|
|
".git",
|
|
"go.mod",
|
|
"go.sum",
|
|
"vendor",
|
|
"fixtures",
|
|
"LICENSE",
|
|
"node_modules",
|
|
"server/store/datastore/migration/test-files/sqlite.db",
|
|
"server/store/datastore/feed.go",
|
|
"cmd/server/openapi/docs.go",
|
|
"_test.go",
|
|
"Makefile",
|
|
"Justfile",
|
|
"venv",
|
|
"site",
|
|
".vue"
|
|
]
|
|
}
|