mirror of
https://gitlab.com/ArkHost/WP-WHMCS-Pricing.git
synced 2026-09-19 09:27:31 +02:00
69 lines
750 B
Plaintext
69 lines
750 B
Plaintext
# WordPress
|
|
.htaccess
|
|
wp-config.php
|
|
wp-content/uploads/
|
|
wp-content/blogs.dir/
|
|
wp-content/upgrade/
|
|
wp-content/backup-db/
|
|
wp-content/advanced-cache.php
|
|
wp-content/wp-cache-config.php
|
|
wp-content/cache/
|
|
wp-content/cache/supercache/
|
|
|
|
# Plugin Development
|
|
node_modules/
|
|
vendor/
|
|
composer.lock
|
|
package-lock.json
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Testing
|
|
tests/
|
|
phpunit.xml
|
|
.phpunit.result.cache
|
|
|
|
# Build
|
|
dist/
|
|
build/
|
|
*.zip
|
|
!whmcs-pricing-plugin.zip
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# OS
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
*~
|
|
|
|
# Temporary
|
|
*.tmp
|
|
*.temp
|
|
*.bak
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Logs
|
|
*.log
|
|
error_log
|
|
debug.log
|