vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit 233f03ca2b9a43c07c9aba19615a8e054193cf3b
parent 5c5700caa72a4a4e38b98ebfdc42866185965d86
Author: Jake Howard <RealOrangeOne@users.noreply.github.com>
Date:   Thu,  1 Apr 2021 20:44:58 +0100

Just ignore scripts

Nothing else in `src/static` is vendored external scripts, so just ignore these.

This also fixes the glob, which previously wasn't matching anything
Diffstat:
M.gitattributes | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitattributes b/.gitattributes @@ -1,3 +1,3 @@ # Ignore vendored scripts in GitHub stats -src/static/* linguist-vendored +src/static/scripts/* linguist-vendored