ai_project_v1/.gitignore
2026-01-05 16:29:39 +08:00

21 lines
274 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.

# 忽略所有 .log 文件
*.log
# 忽略特定目录(如 node_modules/
node_modules/
# 忽略本地配置文件(但保留示例文件)
config.local.json
!config.example.json
# 忽略 IDE 文件
.idea/
*.iml
# 忽略编译输出目录
dist/
build/
test
*test*