- Rename pro-plugins-config.php to data/pro-plugins.php - Rename recommended-plugins.php to free-plugins.php - Rename class-recommended-plugins-manager.php to class-free-plugins-manager.php - Update all references throughout the codebase - Add enhanced hover effects to Go Pro buttons
67 lines
924 B
Plaintext
67 lines
924 B
Plaintext
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
Icon
|
|
._*
|
|
.DocumentRevisions-V100
|
|
.fseventsd
|
|
.Spotlight-V100
|
|
.TemporaryItems
|
|
.Trashes
|
|
.VolumeIcon.icns
|
|
.com.apple.timemachine.donotpresent
|
|
.AppleDB
|
|
.AppleDesktop
|
|
Network Trash Folder
|
|
Temporary Items
|
|
.apdisk
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
Thumbs.db:encryptable
|
|
ehthumbs.db
|
|
ehthumbs_vista.db
|
|
*.stackdump
|
|
[Dd]esktop.ini
|
|
$RECYCLE.BIN/
|
|
*.cab
|
|
*.msi
|
|
*.msix
|
|
*.msm
|
|
*.msp
|
|
*.lnk
|
|
|
|
# Development & Local Environment
|
|
.aider*
|
|
.git_status_output.txt
|
|
.git_status_temp.txt
|
|
project-documents/
|
|
reference-plugins/
|
|
*.bak*
|
|
node_modules/
|
|
composer.lock
|
|
package-lock.json
|
|
vendor/
|
|
|
|
# WordPress specific
|
|
*.log
|
|
wp-config.php
|
|
wp-content/advanced-cache.php
|
|
wp-content/backup-db/
|
|
wp-content/backups/
|
|
wp-content/blogs.dir/
|
|
wp-content/cache/
|
|
wp-content/upgrade/
|
|
wp-content/uploads/
|
|
|
|
# IDE & Editors
|
|
.vscode/
|
|
.idea/
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
*.swp
|
|
*.swo
|
|
|
|
# Keep .woodpecker.yml if needed for CI/CD
|
|
# .woodpecker.yml |