mirror of
https://github.com/PR0M3TH3AN/VoxVera.git
synced 2025-09-09 15:38:43 +00:00
Merge pull request #52 from PR0M3TH3AN/codex/update-.gitignore-for-electron-app
Update .gitignore
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