mirror of
https://github.com/Ellpeck/Contentless.git
synced 2024-11-21 23:13:29 +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
|
||||
/processor:TiledMapTilesetProcessor
|
||||
/build:Tiled/Tileset.tsx
|
||||
#begin Textures/Exclude.png
|
||||
/importer:TextureImporter
|
||||
/processor:TextureProcessor
|
||||
/build:Textures/Exclude.png
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"exclude": [
|
||||
"obj/*",
|
||||
"bin/*",
|
||||
"Ex*.png",
|
||||
"*/Ex*.png",
|
||||
"Tiled/*.png"
|
||||
],
|
||||
"logSkipped": true,
|
||||
|
|
Loading…
Reference in a new issue