Skip to content

Commit

Permalink
Merge pull request #26 from Burhan-Q/dev
Browse files Browse the repository at this point in the history
Add `.vscodeignore`
  • Loading branch information
Burhan-Q authored Aug 14, 2024
2 parents 1953d95 + 06dc071 commit 9481858
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Git files
.git/
.github/

# VS Code
*.code-workspace

# VS Code extension
*.vsix

# Model Weights
weights/
*.weights
*.pt
*.pb
*.onnx
*.engine
*.mlmodel
*.mlpackage
*.torchscript
*.tflite
*.h5
*_saved_model/
*_web_model/
*_openvino_model/
*_paddle_model/
*_ncnn_model/
pnnx*

# Media files
image.png
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ultralytics-snippets",
"displayName": "Ultralytics Snippets",
"description": "Snippets to use with the Ultralytics Python library.",
"version": "0.1.7",
"version": "0.1.8",
"publisher": "Ultralytics",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9481858

Please sign in to comment.