61337b1920
首次提交误纳入 .idea/;移出版本控制并加入 .gitignore。 文件仍保留在工作区,仅不再跟踪。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
25 lines
159 B
Plaintext
25 lines
159 B
Plaintext
# Go
|
|
*.exe
|
|
bin/
|
|
|
|
# Node
|
|
node_modules/
|
|
dist/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
|
|
# Wails
|
|
build/bin/
|
|
frontend/dist/
|
|
|
|
# Data
|
|
data/
|
|
|
|
# 演示产物
|
|
.bin/
|
|
|
|
.idea/
|