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>
26 lines
213 B
Text
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
|