Files
sundynix-agentix/.gitignore
T
Blizzard 61337b1920 chore: 停止跟踪 .idea/ IDE 配置目录
首次提交误纳入 .idea/;移出版本控制并加入 .gitignore。
文件仍保留在工作区,仅不再跟踪。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-10 11:09:29 +08:00

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/