forked from Cavemanon/SnootGame
Documentation for modders & empty create directory
This commit is contained in:
@ -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'.
|
||||
|
||||
|
Reference in New Issue
Block a user