summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorJake Howard <[email protected]>2021-04-01 20:44:58 +0100
committerGitHub <[email protected]>2021-04-01 20:44:58 +0100
commit233f03ca2b9a43c07c9aba19615a8e054193cf3b (patch)
treeed7c6c59b2800b8e206d06aa0b8237e738a9b835 /.gitattributes
parent5c5700caa72a4a4e38b98ebfdc42866185965d86 (diff)
downloadvaultwarden-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--.gitattributes2
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