Files
AI-Chat/.gitignore
2026-05-06 17:43:39 +08:00

35 lines
372 B
Plaintext

# Dependencies
node_modules/
vendor/
composer.lock
# Environment variables
.env
.env.local
# Config files (managed by Web installer)
config/db-config.json
config/app-config.json
# Uploads (keep .gitkeep)
uploads/*
!uploads/.gitkeep
# IDE and Editor
.vscode/
.idea/
*.swp
*.swo
*~
# Logs
logs/
*.log
# OS generated files
.DS_Store
Thumbs.db
# Plan workflow
.cospec/