fixed excluded file example in test

This commit is contained in:
Ell 2024-08-31 13:42:43 +02:00
parent c2755ef290
commit d1ad37feb8
2 changed files with 1 additions and 6 deletions

View file

@ -46,8 +46,3 @@
/importer:TiledMapTilesetImporter /importer:TiledMapTilesetImporter
/processor:TiledMapTilesetProcessor /processor:TiledMapTilesetProcessor
/build:Tiled/Tileset.tsx /build:Tiled/Tileset.tsx
#begin Textures/Exclude.png
/importer:TextureImporter
/processor:TextureProcessor
/build:Textures/Exclude.png

View file

@ -2,7 +2,7 @@
"exclude": [ "exclude": [
"obj/*", "obj/*",
"bin/*", "bin/*",
"Ex*.png", "*/Ex*.png",
"Tiled/*.png" "Tiled/*.png"
], ],
"logSkipped": true, "logSkipped": true,