pygame-web / pygbag

python and pygame wasm for everyone ( packager + test server + simulator )
https://github.com/pygame-web
MIT License
338 stars 39 forks source link

add ini file loading + ignore file & folders #173

Closed Notenlish closed 3 months ago

Notenlish commented 3 months ago

mvp

todo: raise warning for folders/files containing spaces todo: add https://pygame-web.github.io/#configuration

Notenlish commented 3 months ago

example ini file:

[DEPENDENCIES]
ignoreDirs=ignore_folder
ignoreFiles=ignore_file.txt

if the user uses " or ' it will raise an error and quit