From 03ce1b5068a831a4e4aca63015a7a81d37499cf2 Mon Sep 17 00:00:00 2001 From: Anze Mavric Date: Tue, 26 Jul 2022 11:30:56 +0200 Subject: [PATCH] Added .dockerignore --- .dockerignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..905cc1f --- /dev/null +++ b/.dockerignore @@ -0,0 +1,15 @@ +.dart_tool/ +.git/ +.idea/ +.vscode/ +android/ +build/ +docs/ +ios/ +linux/ +localization/ +macos/ +node_modules/ +shaders/ +snap/ +windows/ \ No newline at end of file