Files
AI-Chat/.gitignore

34 lines
358 B
Plaintext

# Dependencies
node_modules/
vendor/
# 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/