feat: gitignore

This commit is contained in:
Blizzard
2026-04-28 10:46:56 +08:00
parent f62f95ec02
commit 473f9226d3
129 changed files with 695 additions and 10631 deletions
+15 -6
View File
@@ -1,6 +1,15 @@
.task
bin
frontend/dist
frontend/node_modules
build/linux/appimage/build
build/windows/nsis/MicrosoftEdgeWebview2Setup.exe
# Desktop (Electron + React)
desktop/node_modules
desktop/dist
# Server (Python)
server/venv
server/__pycache__
server/parsers/__pycache__
server/.idea
# IDE
.idea
# OS
.DS_Store