mirror of
https://github.com/Ellpeck/Contentless.git
synced 2024-11-22 07:23:30 +01:00
apparently I need to give it json5 for it to work properly
This commit is contained in:
parent
12457e4145
commit
c921747d0d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Contentless will now automatically add any content files from your `Content` dir
|
|||
|
||||
# Configuring
|
||||
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
|
||||
```json5
|
||||
{
|
||||
// The list of files that should be excluded. Can use regex
|
||||
"exclude": [
|
||||
|
|
Loading…
Reference in a new issue