From a3e68f08168aa91add5fad7277b1084fd7d9ed64 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Thu, 13 May 2021 21:12:39 +0530 Subject: Fixing the broken build process when building using the Dockerfile. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 626cd7ea2..40c8ba96a 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ yarn-error.log npm-debug.log* lerna-debug.log uidev/lib -*.tsbuildinfo \ No newline at end of file +*.tsbuildinfo +server*.log -- cgit v1.2.3-54-g00ecf