Skip to content

Opions | removeFiles

Samuel-Martineau edited this page Aug 2, 2020 · 1 revision

If you want to remove a file that was added to keepFiles by a template/server, you can add it to the removeFiles

  1. Go to the config.json file of your server/template (if you have not setup any server or any template, see Configure a Server or Configure a Template)
  2. Add the removeFiles field
  3. You can now list the paths of the files you want to force remove for that server/template only in a Array format

It should look something like this:

{
  ...
  "removeFiles": ["relative/path/to/file"]
}