Files
F8WebAI/.gitignore
T

43 lines
643 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.
# .NET
bin/
obj/
*.user
backend/AgriculturalPlatform.Api/appsettings.Development.json
# Node
node_modules/
frontend/dist/
*.local
# 运行时附件(身份证图片等,本地存储;OSS 上线后由 OSS 承载)
backend/AgriculturalPlatform.Api/wwwroot/uploads/
# IDE
.vscode/
.idea/
*.suo
*.swp
# OS
Thumbs.db
.DS_Store
# 运行日志与进程文件
*.log
*.err
*.pid
# 编译检查临时目录
build-check/
# 浏览器测试快照(playwright-cli
.playwright-cli/
# AI 生成图片与测试图片
generated-images/
test.png
test-avatar.png
# CodeBuddy 项目数据(memory/automations 等,含敏感信息)
.codebuddy/