mirror of
https://github.com/Ellpeck/Contentless.git
synced 2024-11-22 07:23:30 +01:00
fixed excluded file example in test
This commit is contained in:
parent
c2755ef290
commit
d1ad37feb8
2 changed files with 1 additions and 6 deletions
|
@ -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
|
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"obj/*",
|
"obj/*",
|
||||||
"bin/*",
|
"bin/*",
|
||||||
"Ex*.png",
|
"*/Ex*.png",
|
||||||
"Tiled/*.png"
|
"Tiled/*.png"
|
||||||
],
|
],
|
||||||
"logSkipped": true,
|
"logSkipped": true,
|
||||||
|
|
Loading…
Reference in a new issue