some cleanup

This commit is contained in:
Ellpeck 2019-10-28 23:07:52 +01:00
parent 0b1d0d16eb
commit 12457e4145
4 changed files with 11 additions and 5 deletions

View file

@ -16,10 +16,13 @@ Contentless will now automatically add any content files from your `Content` dir
To add a configuration file to Contentless, simply create a file named `Contentless.json` in the same directory as your `Content.mgcb` file. You can use the config to change several options. For reference, here is a configuration file with the default values that are used if no config is supplied:
```json
{
// The list of files that should be excluded. Can use regex
"exclude": [
"obj/",
"bin/"
],
// If any files that were skipped without errors should be logged
// (Files that already have entries or files that were ignored)
"logSkipped": true
}
```

View file

@ -64,3 +64,8 @@
/importer:TiledMapTilesetImporter
/processor:TiledMapTilesetProcessor
/build:Tiled/Tileset.tsx
#begin Copy/Test.json
/importer:TexturePackerJsonImporter
/processor:TexturePackerProcessor
/build:Copy/Test.json

View file

@ -0,0 +1,3 @@
{
}

View file

@ -8,9 +8,4 @@
<ItemGroup>
<PackageReference Include="MonoGame.Extended.Content.Pipeline" Version="3.7.0" />
</ItemGroup>
<ItemGroup>
<TypeScriptCompile Include="Content\Tiled\Tileset.tsx" />
</ItemGroup>
</Project>