feat: Initial commit of KeyHelp Manager module

This commit is contained in:
Kevin Feiler
2025-10-15 22:29:11 +02:00
parent 4df2eddc6a
commit 351da5fe19
8 changed files with 2584 additions and 0 deletions

70
.gitignore vendored Normal file
View File

@@ -0,0 +1,70 @@
# IDE and Editor Files
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
# Composer
/vendor/
composer.lock
composer.phar
# Logs
*.log
/logs/
# Cache
/cache/
*.cache
# Temporary Files
/tmp/
/temp/
*.tmp
# Environment Files
.env
.env.local
.env.*.local
# OS Files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Desktop.ini
# PHPUnit
.phpunit.result.cache
/phpunit.xml
# Build Files
/build/
/dist/
# Node Modules (falls Frontend-Build)
node_modules/
npm-debug.log
yarn-error.log
# WHMCS Specific
configuration.php
attachments/
downloads/
uploads/
# Backup Files
*.bak
*.backup
*~
# Security
*.key
*.pem
*.crt
api_keys.txt