Files
wp-digital-download/.gitignore
jknapp cec5daa0b0
All checks were successful
Create Release / build (push) Successful in 3s
removing unneeded files from repo and plugin
2025-09-10 06:02:50 -07:00

43 lines
619 B
Plaintext

# Playwright MCP downloads and browser automation files
.playwright-mcp/
# WordPress specific
wp-config.php
wp-content/uploads/
wp-content/upgrade/
wp-content/backup-db/
wp-content/advanced-cache.php
wp-content/wp-cache-config.php
wp-content/cache/
wp-content/backups/
# Development files (excluded from plugin distribution)
node_modules/
tests/
test/
CLAUDE.md
*.log
.DS_Store
Thumbs.db
# Package and config files (may contain test data)
package.json
package-lock.json
composer.json
composer.lock
*.json
# Environment files
.env
.env.*
*.env
# IDE files
.vscode/
.idea/
*.swp
*.swo
# Temporary files
*.tmp
*.temp