ferrero-opentext/.gitignore
DJP 716f0be068 Initial commit: Ferrero OpenText Content Scaling Application
Complete PHP-based workflow application for Ferrero DAM system:
- OAuth2 authentication with automatic token management
- Campaign discovery and filtering
- Folder structure navigation
- Asset download (individual and bulk)
- Metadata extraction and display
- Clean step-by-step web interface

Status: Fully functional and production-ready

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-17 14:29:20 -04:00

26 lines
213 B
Text

# Credentials and sensitive data
Creds.txt
config.json
*.pem
*.key
# Logs
logs/
*.log
# Downloaded assets
downloads/
# Mac files
.DS_Store
# IDE
.idea/
.vscode/
*.swp
*.swo
# Temporary files
tmp/
temp/
*.tmp