Files
AICODE2026/.gitignore
2026-04-09 14:58:02 +02:00

30 lines
333 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 依赖
node_modules/
# 环境变量(含密钥)
.env
# OS 文件
.DS_Store
Thumbs.db
Desktop.ini
# 编辑器
.vscode/
*.swp
*.swo
*~
# 大文件(不进 Git用对象存储 + 链接引用)
*.mp4
*.avi
*.mov
*.wmv
*.zip
*.rar
*.7z
# Claude Code 本地缓存
.claude/settings.local.json
old/