Documentation for modders & empty create directory

This commit is contained in:
2021-07-05 09:45:35 +10:00
parent cd780dfa36
commit 0959d0f275
5 changed files with 58 additions and 3 deletions

View File

@ -185,9 +185,10 @@ init python:
build.classify('**/#**', None)
build.classify('**/thumbs.db', None)
# Do not include mods as part of the build process
build.classify('game/mods/**', None)
build.classify('game/mods/.**', None)
# Do not include mod_examples as part of the build process
build.classify('game/mods_example/**', None)
build.classify('game/mods_example/.**', None)
## To archive files, classify them as 'archive'.