-
Notifications
You must be signed in to change notification settings - Fork 366
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Mirko Budszuhn <[email protected]>
- Loading branch information
1 parent
f6764b7
commit debecff
Showing
99 changed files
with
13,260 additions
and
2,410 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,18 @@ | ||
bundle/models/* filter=lfs diff=lfs merge=lfs -binary | ||
bundle/**/* filter=lfs diff=lfs merge=binary | ||
**/*.onnx filter=lfs diff=lfs merge=binary | ||
**/*.ort filter=lfs diff=lfs merge=binary | ||
**/*.{jpeg,jpg} filter=lfs diff=lfs merge=binary | ||
**/*.png filter=lfs diff=lfs merge=binary | ||
**/*.webp filter=lfs diff=lfs merge=binary | ||
**/*.avif filter=lfs diff=lfs merge=binary | ||
**/*.heic filter=lfs diff=lfs merge=binary | ||
**/*.heif filter=lfs diff=lfs merge=binary | ||
**/*.pdf filter=lfs diff=lfs merge=binary | ||
**/*.psd filter=lfs diff=lfs merge=binary | ||
**/*.mp4 filter=lfs diff=lfs merge=binary | ||
**/*.mov filter=lfs diff=lfs merge=binary | ||
**/*.m4v filter=lfs diff=lfs merge=binary | ||
**/*.mp3 filter=lfs diff=lfs merge=binary | ||
**/*.wav filter=lfs diff=lfs merge=binary | ||
**/*.aif filter=lfs diff=lfs merge=binary | ||
**/*.aiff filter=lfs diff=lfs merge=binary |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ node_modules | |
dist | ||
tmp | ||
.DS_Store | ||
.vscode | ||
.vscode | ||
.parcel-cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
node_modules | ||
dist | ||
tmp | ||
build | ||
**/node_modules | ||
**/dist | ||
**/tmp | ||
build | ||
**/package-lock.json | ||
.vscode/ | ||
**/public/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.