bubel-ecs/demos/.gitignore
Mergul 73f2aa6861 -improved WASM compilation scripts
-added external bindbc.sdl import for WASM
-working on demos (WIP, working simple demo with ECS and SDL2)
-small change in ecs.std
2019-11-06 20:38:46 +01:00

12 lines
No EOL
135 B
Text

*
!*/
!**/dub.json
!libs/
!*.dll
!utils/**/*.d
!simple/**/*.d
!launcher/**/*.d
!assets/**
!external/**/*.d
!.gitignore
!compile_wasm.py