Skip to content

Commit eddadb8

Browse files
authoredJul 27, 2021
LFS the Lunr Indexes (github#20521)
* LFS the Lunr Indexes * Add a note about installing Git LFS * Run "install" command * Update indexes * Index names
1 parent 6144b2a commit eddadb8

File tree

87 files changed

+125
-54
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+125
-54
lines changed
 

‎.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Set default behaviour, in case users don't have core.autocrlf set.
22
* text=auto
3-
43
# Explicitly declare text files we want to always be normalized and converted
54
# to native line endings on checkout.
65
*.md text
6+
*.json.br filter=lfs diff=lfs merge=lfs -text

‎.husky/post-checkout

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting .git/hooks/post-checkout.\n"; exit 2; }
3+
git lfs post-checkout "$@"

0 commit comments

Comments
 (0)
Please sign in to comment.