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
This commit is contained in:
shockrah 2020-11-02 00:13:13 -08:00
parent 7a093c1fbc
commit 1431d62ba5

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/invites-manager/bin/
/invites-manager/lib/
server-api/src/schema.rs