bubel-ecs/.gitignore
Dawid Masiukiewicz 54a6d5dec2 CI and common update:
-added webpage deploymnet stage
-added separate build stage which build all binaries and generate documentation
-added Emscripten build stage for merge to master only
-added VBO batch rendering (current default, no render mode switch yet)
-fixed camera positioning calculation
-fixed buffer issue with WebGL
-added viewport scalling (at least 300 pixels height). Pixels are scalled if screen is bigger.
-center demos gameplay area
-added fullpage html template for Emscripten build
2020-05-01 19:26:21 +00:00

12 lines
No EOL
138 B
Text

*
!*/
!source/**
!tests/**
!README.md
!./dub.json
!.gitignore
!codecov.yml
!skeleton.html
!meson.build
!meson_options.txt
!compile_wasm.py