trying to get this running in docker

This commit is contained in:
Maxwell Talbot
2020-08-05 20:31:11 +01:00
parent 5059aa0211
commit 1ff6b811a5
5 changed files with 172 additions and 1 deletions

66
.dockerignore Normal file
View File

@@ -0,0 +1,66 @@
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# test builds
dev/test/build/bin/*
# aot snapshots
dev/bin/*
# Generated make files
Makefile
*.make
# Dart stuff
pubspec.lock
.packages
.dart_tool
# OSX stuff
*.DS_Store
# Generated docs
rive/docs
# Analysis results
dev/analysis_report
# Build directories
wasm/build
rive/build/bin
wasm/custom_emcc
# Skia dependencies
skia/dependencies/skia
skia/dependencies/glfw_build
skia/renderer/build/bin