Files
ai_job_chat_agent/.dockerignore

45 lines
349 B
Plaintext
Raw Normal View History

2026-01-12 11:33:43 +08:00
# Git
.git
.gitignore
.github
# IDE
.vscode
.idea
*.swp
*.swo
*~
# Build artifacts
*.exe
qd-sc-server
*.test
*.out
# Uploads and data
uploads/
*.log
# Documentation
README.md
*.md
# Config (will be mounted)
# config.yaml
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# CI/CD
Makefile
# OS
.DS_Store
Thumbs.db
# Test files
*_test.go