Commit 30582ab
authored
gitignore HF tokenizer file (#11609)
### Summary
As we added support to run HF models in our apps, we should ignore
adding/showing HF specific artifacts in our repo. For example, when drop
in the `tokenizer.json` to the resource dir in iOS app:
```
Untracked files:
(use "git add <file>..." to include in what will be committed)
extension/benchmark/apple/Benchmark/Resources/tokenizer.json
```1 parent e5511ce commit 30582ab
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments