diff options
author | Jake Howard <[email protected]> | 2021-04-01 20:44:58 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-01 20:44:58 +0100 |
commit | 233f03ca2b9a43c07c9aba19615a8e054193cf3b (patch) | |
tree | ed7c6c59b2800b8e206d06aa0b8237e738a9b835 /.gitattributes | |
parent | 5c5700caa72a4a4e38b98ebfdc42866185965d86 (diff) | |
download | vaultwarden-233f03ca2b9a43c07c9aba19615a8e054193cf3b.tar.gz vaultwarden-233f03ca2b9a43c07c9aba19615a8e054193cf3b.zip |
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 (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 20701478..b33a6211 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ # Ignore vendored scripts in GitHub stats -src/static/* linguist-vendored +src/static/scripts/* linguist-vendored |