mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-08 23:18:42 +00:00
Update .gitignore for build outputs
This commit is contained in:
22
.gitignore
vendored
22
.gitignore
vendored
@@ -9,3 +9,25 @@ Thumbs.db
|
|||||||
*.swp
|
*.swp
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
|
# Build and distribution artifacts
|
||||||
|
dist/
|
||||||
|
build/
|
||||||
|
*.egg-info/
|
||||||
|
|
||||||
|
# Electron app artifacts
|
||||||
|
gui/electron/node_modules/
|
||||||
|
gui/electron/dist/
|
||||||
|
gui/electron/build/
|
||||||
|
gui/electron/out/
|
||||||
|
|
||||||
|
# Generated host directories
|
||||||
|
host/*
|
||||||
|
!host/voxvera/
|
||||||
|
|
||||||
|
# CI logs
|
||||||
|
ci-logs/
|
||||||
|
|
||||||
|
# Onionshare logs and session files
|
||||||
|
*.log
|
||||||
|
*.onionshare-session
|
||||||
|
Reference in New Issue
Block a user