From 3e641fb208e09c20ecb89071f8d2f324e6e32f9e Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Mon, 04 May 2020 17:48:30 +0000
Subject: [PATCH] Various cleanup and uWSGI tuning

---
 .dockerignore |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.dockerignore b/.dockerignore
index 109bce0..0d0a628 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1,9 +1,11 @@
 __pycache__
+/.dockerignore
 /.git
+/.github
 /.gitignore
 /.idea
 /config.json
+/package.sh
 /rootfs
-/test
-/test.sh
+/test*
 /venv

--
Gitblit v1.9.1