diff options
Diffstat (limited to 'src/git-lfs/feature.json')
-rw-r--r-- | src/git-lfs/feature.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/git-lfs/feature.json b/src/git-lfs/feature.json new file mode 100644 index 0000000..4fa33c5 --- /dev/null +++ b/src/git-lfs/feature.json @@ -0,0 +1,16 @@ +{ + "id": "git-lfs", + "name": "Git Large File Support (LFS)", + "options": { + "version": { + "type": "string", + "enum": ["latest"], + "default": "latest", + "description": "Currently unused." + } + }, + "install": { + "app": "", + "file": "install.sh" + } +}
\ No newline at end of file |