mirror of
https://github.com/Ellpeck/Contentless.git
synced 2024-11-16 21:13:12 +01:00
14 lines
No EOL
314 B
JSON
14 lines
No EOL
314 B
JSON
{
|
|
"exclude": [
|
|
"obj/",
|
|
"bin/",
|
|
"Ex*.png"
|
|
],
|
|
"logSkipped": false,
|
|
"overrides": {
|
|
"Copy.*": "Copy",
|
|
".json": ["JsonContentImporter", "FontTextureProcessor"],
|
|
".ogg": ["OggImporter", "SongProcessor"],
|
|
".xml": ["", "FontTextureProcessor"]
|
|
}
|
|
} |