Files
marcusquinn c7b590870c
Some checks failed
Tests / PHP 7.0 (push) Has been cancelled
Tests / PHP 7.4 (push) Has been cancelled
Tests / PHP 8.0 (push) Has been cancelled
Tests / Code Style (push) Has been cancelled
Sync Wiki / Sync Wiki to GitHub (push) Has been cancelled
Release / Build and Release (push) Has been cancelled
Initial commit of WordPress Plugin Starter Template for AI Coding
2025-04-18 03:09:39 +01:00

65 lines
759 B
Plaintext

# Operating System Files
.DS_Store
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
# IDE Files
.idea/
.vscode/
*.sublime-project
*.sublime-workspace
*.komodoproject
.komodotools/
*.code-workspace
# Dependency Directories
node_modules/
vendor/
bower_components/
# Build Files
build/
dist/
*.zip
*.tar.gz
*.tgz
# Composer
composer.phar
# WordPress
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/
wp-content/wp-cache-config.php
wp-content/plugins/hello.php
# Log Files
*.log
logs/
error_log
# Environment Files
.env
.env.*
!.env.example
# Temporary Files
tmp/
temp/
*.tmp
*.bak
*.swp
*~
# Test Coverage
coverage/
.phpunit.result.cache