From be2c525d9ab437e41c25d0381250c7f0d805a1b8 Mon Sep 17 00:00:00 2001 From: Raelon Masters Date: Wed, 29 Jul 2020 12:55:37 -0400 Subject: [PATCH] Missed the admin static directory --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 273c9a3..da86d63 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,4 +3,5 @@ src/interface/static/debug_toolbar linguist-vendored src/interface/static/webfonts linguist-vendored src/interface/static/js/bootstrap* linguist-vendored src/interface/static/js/jquery* linguist-vendored +src/interface/static/admin/* linguist-vendored docker/* linguist-vendored