Update gitignore and add icon assets
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -35,6 +35,8 @@ web/output/
|
|||||||
PyWebview/web/output/
|
PyWebview/web/output/
|
||||||
.hf_cache/
|
.hf_cache/
|
||||||
*.log
|
*.log
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
|
||||||
# Generated media and 3D assets
|
# Generated media and 3D assets
|
||||||
*.png
|
*.png
|
||||||
@@ -50,6 +52,8 @@ PyWebview/web/output/
|
|||||||
*.mov
|
*.mov
|
||||||
*.zip
|
*.zip
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
|
!icon.png
|
||||||
|
!icon.icns
|
||||||
|
|
||||||
# Local model weights
|
# Local model weights
|
||||||
*.safetensors
|
*.safetensors
|
||||||
|
|||||||
Reference in New Issue
Block a user