first commit

This commit is contained in:
Yuri
2025-11-16 21:47:01 +01:00
commit 271960206c
8 changed files with 1681 additions and 0 deletions
+68
View File
@@ -0,0 +1,68 @@
# 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