From 1431d62ba5479298f9b46154bb75cce39202739a Mon Sep 17 00:00:00 2001 From: shockrah Date: Mon, 2 Nov 2020 00:13:13 -0800 Subject: [PATCH] ignoring diesel's schema.rs since we're straight up not using it Only usign diesel for things like database instantiation in development Production builds will likely use a different more custom solution --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a78433b..f1af4cc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /invites-manager/bin/ /invites-manager/lib/ +server-api/src/schema.rs